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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/taxonomy/tag.html')
-rw-r--r--layouts/taxonomy/tag.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html
index d6ced37..3f94da6 100644
--- a/layouts/taxonomy/tag.html
+++ b/layouts/taxonomy/tag.html
@@ -1,4 +1,4 @@
{{ define "main" }}
- {{ $section_to_display := .Data.Pages }}
+ {{ $section_to_display := .Data.Pages.ByLastmod.Reverse }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display) }}
{{ end }}