From 3d04e6d06d33e71c2263e20252b2b83cfac64ff6 Mon Sep 17 00:00:00 2001 From: Gregas Maximus Date: Fri, 20 Jan 2017 20:21:47 -0800 Subject: Enable suppression of prev/next links --- layouts/partials/prev_next_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/partials/prev_next_post.html b/layouts/partials/prev_next_post.html index d5f71f9..610ee4c 100644 --- a/layouts/partials/prev_next_post.html +++ b/layouts/partials/prev_next_post.html @@ -1,4 +1,4 @@ -{{ if or .PrevInSection .NextInSection }} +{{ if and (or .PrevInSection .NextInSection) (not .Params.noprevnext) }}