From 4e47f6032b610b5aacfc6fd58077b9e835f5a212 Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Sun, 16 Jun 2019 11:18:27 -0700 Subject: consolidated nav buttons --- layouts/partials/prevnext.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 layouts/partials/prevnext.html diff --git a/layouts/partials/prevnext.html b/layouts/partials/prevnext.html new file mode 100644 index 0000000..dc8fef3 --- /dev/null +++ b/layouts/partials/prevnext.html @@ -0,0 +1,24 @@ +

+ {{ if .PrevInSection }} + + + + {{ else }} + + {{ end }} +

+

+ {{ if .NextInSection }} + + + + {{ else }} + + {{ end }} +

-- cgit v1.2.3