mondart.com/mondarth-com/themes/mondarth/layouts/partials/site-style.html

9 lines
305 B
HTML
Raw Permalink Normal View History

2024-07-13 11:25:02 +01:00
{{ 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 }}