From 551de0c6f18d145848586b8cc1b55f2788edff23 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Dec 2022 13:31:54 -0500 Subject: template fix --- layouts/partials/footer.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 layouts/partials/footer.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index ecfb175..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,22 +0,0 @@ - {{ if in .Params.tags "basic" }} - {{ with .NextInSection }} - - {{ end }} - {{ with .PrevInSection }} - Or Previous: {{ .Title }} - {{ end }} - {{ end }} - - {{ if in .Params.tags "mail" }} - {{ with .NextInSection }} - - {{ end }} - {{ with .PrevInSection }} - Or Previous: {{ .Title }} - {{ end }} - {{ end }} - - - - - -- cgit v1.2.3