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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/taxonomy/tag.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html
index 8168cd4..ad006df 100644
--- a/layouts/taxonomy/tag.html
+++ b/layouts/taxonomy/tag.html
@@ -2,7 +2,8 @@
{{ partial "nav" . }}
<section class="section">
<div class="container">
- {{ range .Data.Pages }}
+ {{ $paginator := .Paginate (where .Data.Pages "Params.hidden" "ne" true) }}
+ {{ range sort .Paginator.Pages }}
<article>
<div class="subtitle tags is-6 is-pulled-right">
{{ if .Params.tags }}