dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Refactor styling to drop PostCSS Update custom_css logic (ensure retrocompat)
Regis Philibert
15.57.2021
c82f806d8c039d7d02a88dd984247dfe210abe91
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
partials
/
site-style.html
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 }}