mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
01.58.2025 5ab0adb0e1c5ec37b82419aeac7eecd6c2612a68
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 }}