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

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2020-08-19 01:22:59 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-08-19 01:22:59 +0300
commit17dac08dbb9a298aad2201d068b056d6ebc0b74b (patch)
tree4768859d77881a97fe25364ec9e5e6bfdf740c8f
parent45db2bf39fbca5b90734b57ab5e00a1a54217003 (diff)
Fix regression
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c96e7a5..df373b0 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,7 +21,7 @@ and you can test on the android-development-developer-productivity article.
Would also be cool to make this fold on mobile so there's two links on separate lines.
-->
- {{if (or .PrevInSection .NextInSection) }}
+ {{if (and (not .Parent.IsHome) (or .PrevInSection .NextInSection)) }}
<div class="nav-bkg-50 content-container-narrow-pad bottom-links text-0p75">
<nav class="flex-row">
{{if .PrevInSection}}