aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/layouts/_default')
-rw-r--r--themes/flamingo/layouts/_default/baseof.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html
index 0be16e5..d253d72 100644
--- a/themes/flamingo/layouts/_default/baseof.html
+++ b/themes/flamingo/layouts/_default/baseof.html
@@ -4,17 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-
{{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }}
-
<title itemprop="name"> {{ .Title }} </title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
-
- {{ with resources.Get "scss/main.scss" | toCSS | minify }}
- <style>{{ .Content | safeCSS }}</style>
- {{ end }}
-
+ {{ with resources.Get "scss/main.scss" | toCSS | minify }}<style>{{ .Content | safeCSS }}</style>{{ end }}
{{ partial "meta" . }}
</head>
<body>