Fix extracssfiles

This commit is contained in:
Jente Hidskes
2017-02-26 13:20:59 +01:00
committed by Alexis Tacnet
parent 7b7b862459
commit 44fc89062e

View File

@@ -11,9 +11,9 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/progressively.min.css"> <link rel="stylesheet" href="{{ .Site.BaseURL }}css/progressively.min.css">
{{ end }} {{ end }}
{{range .Site.Params.extracssfiles}} {{ range .Site.Params.extracssfiles }}
<link rel="stylesheet" href="{{.}}"> <link rel="stylesheet" href="{{ . | absURL }}">
{{end}} {{ end }}
<!-- Icon --> <!-- Icon -->
<link rel="shortcut icon" <link rel="shortcut icon"
@@ -27,4 +27,4 @@
<!-- RSS --> <!-- RSS -->
{{ if .RSSLink }} {{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }} {{ end }}