Merge branch 'master' into dev

This commit is contained in:
Alexis Tacnet
2017-03-07 12:47:13 +01:00
2 changed files with 5 additions and 5 deletions

View File

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