From db46217d961ebf41d3727c56435074ec0f4304d2 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Wed, 22 Apr 2020 22:07:28 +0200 Subject: [PATCH] Added missing tag I feel like this doesn't need a MR --- themes/patek/layouts/_default/baseof.html | 104 +++++++++++----------- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/themes/patek/layouts/_default/baseof.html b/themes/patek/layouts/_default/baseof.html index 6b2a63e..2beb50c 100644 --- a/themes/patek/layouts/_default/baseof.html +++ b/themes/patek/layouts/_default/baseof.html @@ -1,59 +1,61 @@ - - - {{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }} - {{ $favicon := resources.Get "img/favicon.ico" }} - - {{ block "css" . -}} - - - {{ partial "sass.html" "css/main.scss" }} - - {{- end }} - {{ block "og" . -}} - {{ $ogimg := resources.Get "img/og-img.png" }} - {{ if eq .IsPage true }} - - - - - - - - - {{ range .Translations }} - + + + + {{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }} + {{ $favicon := resources.Get "img/favicon.ico" }} + + {{ block "css" . -}} + + + {{ partial "sass.html" "css/main.scss" }} + + {{- end }} + {{ block "og" . -}} + {{ $ogimg := resources.Get "img/og-img.png" }} + {{ if eq .IsPage true }} + + + + + + + + + {{ range .Translations }} + + {{ end }} + + {{ range .Params.authors }} + + {{ end }} + {{ range .Params.tags }} + + {{ end }} + {{ end }} - - {{ range .Params.authors }} - + {{ if eq .IsHome true }} + + + + + + + + + {{ range .Translations }} + + {{ end }} {{ end }} - {{ range .Params.tags }} - - {{ end }} - - {{ end }} - {{ if eq .IsHome true }} - - - - - - - - - {{ range .Translations }} - - {{ end }} - {{ end }} - {{ end -}} + {{ end -}} - {{ block "js" . -}} - {{ partial "js.html" "js/header-link.js" }} - {{ partial "js.html" "js/patek-logo-custom-element/patek-logo.js" }} - {{ partial "js.html" "js/dark-mode.js" }} - {{ end }} + {{ block "js" . -}} + {{ partial "js.html" "js/header-link.js" }} + {{ partial "js.html" "js/patek-logo-custom-element/patek-logo.js" }} + {{ partial "js.html" "js/dark-mode.js" }} + {{ end }} + {{ block "body" . }} {{- partial "header.html" . -}}