mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-04 20:30:44 +00:00
5 lines
142 B
HTML
5 lines
142 B
HTML
{{ range resources.Match "sprites/*.svg" }}
|
|
{{ printf "<!-- geekblog include: %s -->" . | safeHTML }}
|
|
{{ .Content | safeHTML }}
|
|
{{ end }}
|