summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/pages/archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/pages/archive.html b/layouts/pages/archive.html
index b741ff2..af63fc6 100644
--- a/layouts/pages/archive.html
+++ b/layouts/pages/archive.html
@@ -9,7 +9,7 @@
</p>
{{ .Content }}
<ul class="fa-ul">
- {{ range .Pages.ByLastmod }}
+ {{ range .Pages.ByDate }}
<li>
<span class="fa-li"><i class="fas fa fa-file"></i></span><a href="{{ .Permalink }}">{{ .Title | title }}{{ if .Description }}: {{ .Description}}{{ end }}</a>
<p>Posted on <time>{{ .Date.Format "Mon, Jan 2, 2006" }}</time></p>