mirror of https://gitlab.com/octtspacc/sitoctt
14 lines
381 B
HTML
14 lines
381 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 }}
|
|
|
|
<style>
|
|
.Pixelated, .Pixelated * { image-rendering: pixelated; }
|
|
</style>
|