Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Pham <spham.xyz@gmail.com>2018-11-12 05:45:00 +0300
committerGitHub <noreply@github.com>2018-11-12 05:45:00 +0300
commit23316303e23dd4401f50aceeb9e57abace28ebe5 (patch)
tree422171fad3f03bae07e656f154e0f7d2645d9ca6
parent89eb4d91bd7e593e1dc38f21342879bdbb39407b (diff)
Update deprecated Page variables: .Prev & .Next
-rw-r--r--layouts/partials/prev_next_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/prev_next_post.html b/layouts/partials/prev_next_post.html
index fb61c00..e82380b 100644
--- a/layouts/partials/prev_next_post.html
+++ b/layouts/partials/prev_next_post.html
@@ -1,4 +1,4 @@
-{{ if or (.Prev) (.Next) }}
+{{ if or (.NextPage) (.PrevPage) }}
<div class="prev-next-post pure-g">
<div class="pure-u-1-24" style="text-align: left;">
{{ if .PrevInSection }}