layouts/partials/site-style.html
@@ -1,9 +1,9 @@ {{ with partialCached "func/style/GetMainCSS" "style/GetMainCSS" }} {{ with partialCached "func/style/GetMainCSS.html" "style/GetMainCSS" }} <link rel="stylesheet" href="{{ .RelPermalink }}" > {{ end }} {{ range site.Params.custom_css }} {{ with partialCached "func/style/GetResource" . . }}{{ else }} {{ with partialCached "func/style/GetResource.html" . . }}{{ else }} <link rel="stylesheet" href="{{ relURL (.) }}"> {{ end }} {{ end }} {{ end }}