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

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2020-06-27 16:16:13 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-06-27 18:37:34 +0300
commitb2a4d580db70b9474c5f92e4f4a80d1226237b58 (patch)
treee9dcd95c86f01e2809a11c112ba454f97ca7eeef
parent0095b7b902a74c4c98a09641d81a473673036692 (diff)
Fix showcase "See More" link logic
Closes #147
-rw-r--r--layouts/showcase/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/showcase/single.html b/layouts/showcase/single.html
index a7cf439c..5ae1e07a 100644
--- a/layouts/showcase/single.html
+++ b/layouts/showcase/single.html
@@ -95,7 +95,7 @@ Showcase: {{ .Title }}
</a>
</li>
{{end}}
- {{if ge $number_of_entries 20}}
+ {{if gt $number_of_entries 20}}
<li class="mt3">
<a href="/showcase/page/2/" class="link blue">
See More &raquo;