5e105c9ff4
BREAKING CHANGE: Build-in icons are prefixed with `gdoc_` now. If you use build-in icons in e.g. menus you have to rename these references!
4 lines
137 B
HTML
4 lines
137 B
HTML
{{ range resources.Match "sprites/*.svg" }}
|
|
{{ printf "<!-- geekdoc include: %s -->" . | safeHTML }}
|
|
{{ .Content | safeHTML }}
|
|
{{ end }}
|