aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:32:52 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:32:52 +0200
commitba8b3cd293081649f23fdc4485b7544902a8b2b7 (patch)
tree4b6a7320dfff8968d6713c351c780c5e49877596 /themes/flamingo/layouts
parentc46f9798ffd33434de8bba46d9f597ed5a70caf5 (diff)
downloadgabrielgio.me-ba8b3cd293081649f23fdc4485b7544902a8b2b7.tar.gz
gabrielgio.me-ba8b3cd293081649f23fdc4485b7544902a8b2b7.tar.bz2
gabrielgio.me-ba8b3cd293081649f23fdc4485b7544902a8b2b7.zip
feat: Change chroma theme
Diffstat (limited to 'themes/flamingo/layouts')
-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>