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

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/taxonomy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index cbab30a..ed30c39 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -2,7 +2,7 @@
<section id="content" class="page-content">
<table>
- {{ range .Pages.ByPublishDate.Reverse }}
+ {{ range .Pages.ByLastmod.Reverse }}
<tr>
<td class="post-date-time date-time-font">
<time>{{ .Date.Format (.Site.Params.datefrom | default "Jan 02 2006") }}</time>