From a889f4bd9903938382dbf2ebc336d800efd72c83 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 26 Dec 2021 01:55:27 -0500 Subject: more work for fireworks and new years --- themes/hugo-coder/layouts/_default/baseof.html | 51 +++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 5 deletions(-) (limited to 'themes/hugo-coder/layouts/_default') diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index 89635ee..dfca9c7 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html @@ -103,15 +103,12 @@ - - - - +
{{ partial "float" . }}
{{ partial "header.html" . }} -
+
{{ block "content" . }}{{ end }}
@@ -155,6 +152,50 @@ {{ if and .Site.Params.googleTagManager .Site.Params.googleTagManager.id }} {{- partial "analytics/googletagmanager" . -}} {{ end }} + + {{ if eq .URL "/" }} + + + {{ end }} -- cgit v1.2.3