Fix Soudan CSS link

This commit is contained in:
Elnu 2022-07-22 18:43:18 -07:00
parent 1215a728cc
commit 2cadfda1c1

View file

@ -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 }}