mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Fix extracssfiles
This commit is contained in:

committed by
Alexis Tacnet

parent
7b7b862459
commit
44fc89062e
@@ -12,7 +12,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range .Site.Params.extracssfiles }}
|
{{ range .Site.Params.extracssfiles }}
|
||||||
<link rel="stylesheet" href="{{.}}">
|
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
|
Reference in New Issue
Block a user