From f2de3ac14aedfe263101a859ab84843d57a853bc Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 8 Sep 2019 09:05:05 +0200 Subject: [PATCH] Fix post navigation --- layouts/partials/post_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post_nav.html b/layouts/partials/post_nav.html index c82f98e..c174fd0 100644 --- a/layouts/partials/post_nav.html +++ b/layouts/partials/post_nav.html @@ -1,4 +1,4 @@ -{{- if .Site.Params.post_navigation }} +{{- if .Param "post_navigation" }} {{- if or (.PrevInSection) (.NextInSection) }}