Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index f5f75da..0edfb38 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -8,6 +8,13 @@
{{ with .Site.Params.FaviconImg }}
<link rel="shortcut icon" href="{{.}}">
{{ end }}
+
+ {{ if .Site.Params.DebugCSS }}
+ <link rel="stylesheet" href="/css/normalize.css"/>
+ <link rel="stylesheet" href="/css/ui.css"/>
+ {{ else }}
+ <link rel="stylesheet" href="/css/ui.min.css"/>
+ {{ end }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono|Lato|Raleway">
@@ -19,11 +26,5 @@
{{ end }}
{{ end }}
- {{ if .Site.Params.DebugCSS }}
- <link rel="stylesheet" href="/css/normalize.css"/>
- <link rel="stylesheet" href="/css/ui.css"/>
- {{ else }}
- <link rel="stylesheet" href="/css/ui.min.css"/>
- {{ end }}
{{ partial "style" . }}
</head>