compose-theme/layouts/partials/functions/getIconPath.html
2024-07-26 17:08:59 +02:00

6 lines
No EOL
135 B
HTML

{{ $sp := site.Params }}
{{ $iconsPath := "icons/" }}
{{ with $sp.iconsPath }}
{{ $iconsPath = . }}
{{ end }}
{{ return $iconsPath }}