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

Patrick Kollitsch
01.58.2025 5ab0adb0e1c5ec37b82419aeac7eecd6c2612a68
1
2
3
4
5
6
7
8
9
{{ with partialCached "func/style/GetMainCSS.html" "style/GetMainCSS" }}
<link rel="stylesheet" href="{{ .RelPermalink }}" >
{{ end }}
 
{{ range site.Params.custom_css }}
  {{ with partialCached "func/style/GetResource.html" . . }}{{ else }}
    <link rel="stylesheet" href="{{ relURL (.) }}">
  {{ end }}
{{ end }}