From f82b5ae5b4ba30e82554824fc98ad77057d01d8f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 19 Dec 2023 23:28:18 +0100 Subject: Remove partials for header and footer --- layouts/partials/footer.html | 25 ------------------------- layouts/partials/header.html | 22 ---------------------- 2 files changed, 47 deletions(-) delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/header.html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index b0b9262..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 3d0a0bb..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} - - - - - {{ with .Site.Params.favicon }} - {{ end -}} - - {{ if isset .Params "tags" }} - {{ end -}} - - - - - -{{- if .Site.Menus.main }} -{{ partial "nav.html" . }} -{{ end }} -
-- cgit v1.2.3-70-g09d2