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

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