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
fix: move layouts to their hugo-v0.146+ locations
Patrick Kollitsch
8 days ago
d5bd482f89aa857a81502257cc17884310a960f0
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
_partials
/
site-style.html
1
2
3
4
5
6
7
8
9
{{ with partials.IncludeCached "func/style/GetMainCSS.html" "style/GetMainCSS" }}
<link rel="stylesheet" href="{{ .RelPermalink }}" >
{{ end }}
{{ range site.Params.custom_css }}
{{ with partials.IncludeCached "func/style/GetResource.html" . . }}{{ else }}
<link rel="stylesheet" href="{{ urls.RelURL (.) }}">
{{ end }}
{{ end }}