hugo-theme/layouts/partials/icon.html
2024-10-21 21:29:11 +02:00

7 lines
237 B
HTML

{{- $iconFile := resources.GetMatch (printf "icons/%s.svg" .) -}}
{{- if $iconFile -}}
{{- $iconFile.Content | safeHTML -}}
{{- else -}}
{{- warnf "Error: icon '%v.svg' is not found under 'assets/icons' folder" . -}}
{{- end -}}