summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAdam Whitlock <adam@adamwhitlock.com>2022-01-11 20:51:39 -0600
committerAdam Whitlock <adam@adamwhitlock.com>2022-01-11 20:51:39 -0600
commita28c742a1a9848d9ab21bc6e78bacd76d2c90a5b (patch)
treeaa501dc62740f77ba4b75e170b0015aa27e85c6c /layouts
parenta27f871d8cb306d7bef56fa0a1df0e8b84103103 (diff)
README.md spelling mistakes & post page order
The README.md had a number of spelling mistakes. Post page order was meant to be reverse, corrected.
Diffstat (limited to 'layouts')
-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 af63fc6..c648a80 100644
--- a/layouts/pages/archive.html
+++ b/layouts/pages/archive.html
@@ -9,7 +9,7 @@
</p>
{{ .Content }}
<ul class="fa-ul">
- {{ range .Pages.ByDate }}
+ {{ range .Pages.ByPublishDate.Reverse }}
<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>