From 7e74a039122aef922d1619e636de3497ffcf7c60 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 25 Jun 2022 10:56:36 -0400 Subject: convert to hugo --- layouts/partials/footer.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/partials/footer.html (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..7742c7e --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,13 @@ + {{ if in .Params.tags "basic" }} + {{ with .NextInSection }} + + {{ end }} + {{ with .PrevInSection }} + Or Previous: {{ .Title }} + {{ end }} + + {{ end }} + + + + -- cgit v1.2.3