summaryrefslogtreecommitdiff
path: root/themes/markskitchen/layouts/_default/list.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2022-10-09 14:15:10 -0500
committerMark Powers <mark@marks.kitchen>2022-10-09 14:15:10 -0500
commitc389bfda23e516d246d5772f05d755832fcf8464 (patch)
treed9a84beb51799015cacc22f59f13253aa4b6796a /themes/markskitchen/layouts/_default/list.html
parent648a67b056df898bfdd10033ce782aa121910a7c (diff)
Fix scaling on mobile
Diffstat (limited to 'themes/markskitchen/layouts/_default/list.html')
-rw-r--r--themes/markskitchen/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/markskitchen/layouts/_default/list.html b/themes/markskitchen/layouts/_default/list.html
index 5c745d6..45c8631 100644
--- a/themes/markskitchen/layouts/_default/list.html
+++ b/themes/markskitchen/layouts/_default/list.html
@@ -13,7 +13,7 @@
<ul>
{{ range .Pages }}
<li>
- <a class="link" href="{{ .RelPermalink }}">{{ .Title }} --- <i>{{ .PublishDate.Format "January 2, 2006"}}</i></a>
+ <a class="link" href="{{ .RelPermalink }}">{{ .Title }} <i class="item-date"> --- {{ .PublishDate.Format "January 2, 2006"}}</i></a>
</li>
{{ end }}
</ul>