mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 16:42:45 +00:00
Use relative url function for custom CSS files (#132)
Signed-off-by: Daniele Ricci <daniele@casaricci.it>
This commit is contained in:
parent
6fe34fdd5e
commit
1d79e2d477
@ -23,7 +23,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
|
||||
<link rel="stylesheet" href="{{ relURL ($.Site.BaseURL) }}{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
{{ block "favicon" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user