mirror of https://github.com/onweru/compose.git
layouts/partials/functions/getIconPath.html @@ -1,4 +1,6 @@ {{ $s := .Site }} {{ $sp := $s.Params }} {{ $sp := site.Params }} {{ $iconsPath := "icons/" }} {{ with $sp.iconsPath }} {{ $iconsPath = . }} {{ end }} {{ return $iconsPath }}