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
Fixes #332 Fixes #333
Regis Philibert
23.52.2021
f078a2b4d9f1d23c3b5a23c5fa7294c7780ef7dc
[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 }}