Fix Soudan CSS link
This commit is contained in:
parent
1215a728cc
commit
2cadfda1c1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<link rel="stylesheet" href="/css/sakura/normalize.css">
|
<link rel="stylesheet" href="/css/sakura/normalize.css">
|
||||||
<link rel="stylesheet" href="/css/sakura/sakura{{ if isset .Site.Params "theme" }}-{{ .Site.Params.Theme }}{{ end }}.css">
|
<link rel="stylesheet" href="/css/sakura/sakura{{ if isset .Site.Params "theme" }}-{{ .Site.Params.Theme }}{{ end }}.css">
|
||||||
{{ if .Site.Params.Soudan }}
|
{{ if isset .Site.Params "soudanurl" }}
|
||||||
<link rel="stylesheet" href="/css/soudan.css">
|
<link rel="stylesheet" href="/css/soudan.css">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Params.Stork }}
|
{{ if .Site.Params.Stork }}
|
||||||
|
|
Reference in a new issue