From ec3f104c10ba40ed5050a61afed9d5410ffae1a5 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 24 Jun 2024 18:44:39 +0200 Subject: Pagination on single posts --- layouts/partials/pagination-single.html | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 layouts/partials/pagination-single.html (limited to 'layouts/partials/pagination-single.html') diff --git a/layouts/partials/pagination-single.html b/layouts/partials/pagination-single.html new file mode 100644 index 0000000..9bc5ced --- /dev/null +++ b/layouts/partials/pagination-single.html @@ -0,0 +1,39 @@ +{{ if or .NextInSection .PrevInSection }} + +
+
+ +
+ +
+ {{ with .PrevInSection }} +
+
+ +
+ {{ end }} +
+ +
+ {{ with .NextInSection }} +
+ +
+
+ {{ end }} +
+ +
+ +
+
+ +{{ end }} -- cgit v1.2.3