distorsion.interhacker.space/themes/ananke/layouts/partials/site-style.html
2025-01-24 23:17:58 +01:00

9 lines
No EOL
305 B
HTML

{{ 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 }}