From 60fe49ea3af38d4a7d5e8de1cdb72887b167b22d Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sat, 11 Jul 2020 22:35:14 +0200 Subject: Moving from jekyll to hugo --- themes/flamingo/layouts/_default/baseof.html | 70 ++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 themes/flamingo/layouts/_default/baseof.html (limited to 'themes/flamingo/layouts/_default/baseof.html') diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html new file mode 100644 index 0000000..86a82c1 --- /dev/null +++ b/themes/flamingo/layouts/_default/baseof.html @@ -0,0 +1,70 @@ + + + + + + + + + {{ with .Site.Params.favicon }}{{ end }} + + {{ .Title }} | {{ .Site.Params.description }} + {{ with .Site.Params.description }}{{ end }} + {{ with .Site.Params.author }}{{ end }} + + {{ $styles := resources.Get "scss/main.scss" | resources.ToCSS | minify | fingerprint}} + + + + {{ with .OutputFormats.Get "RSS" -}} + {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} + {{- end }} + + + {{ partial "meta" . }} + + + +
+ {{ partial "header" . }} + {{ block "main" . }}{{ end }} + {{ partial "footer" . }} +
+ + + + + + + + + + + -- cgit v1.2.3