compose-theme/layouts/partials/functions/getIconPath.html

6 lines
135 B
HTML
Raw Normal View History

2024-07-26 17:08:59 +02:00
{{ $sp := site.Params }}
{{ $iconsPath := "icons/" }}
{{ with $sp.iconsPath }}
{{ $iconsPath = . }}
{{ end }}
{{ return $iconsPath }}