mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Add custom_css parameter.
This commit is contained in:
parent
6e5e6df161
commit
135fcc95f6
@ -22,6 +22,9 @@
|
||||
<link href="{{ absURL (printf "%s%s" "/dist/" .) }}" rel="stylesheet">
|
||||
{{ end }}
|
||||
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
{{ block "favicon" . }}
|
||||
{{ partial "site-favicon.html" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user