diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 08:57:48 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 08:57:48 +0100 |
commit | 65547c56d0b81371cadb7bf799b4ab863b5f0a4e (patch) | |
tree | 1f642ee0afb3792aa59aac53bcd445ddde9ccb1e /themes/problematic/layouts/_default/li.html | |
parent | f43d1ec014e1b15a88492b3f1f2d1bdbaab7b529 (diff) |
taxonomies amongst other stuff
Diffstat (limited to 'themes/problematic/layouts/_default/li.html')
-rw-r--r-- | themes/problematic/layouts/_default/li.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/problematic/layouts/_default/li.html b/themes/problematic/layouts/_default/li.html index 2a7f3d9..846ff3f 100644 --- a/themes/problematic/layouts/_default/li.html +++ b/themes/problematic/layouts/_default/li.html @@ -1,6 +1,6 @@ <li> <a href="{{ .Permalink }}"> - <small><time>{{ .Date.Format "Jan 2, 2006" }}</time></small>: {{ .Title }} + <small>(<time>{{ .Date.Format "2 January 2006" }}</time>)</small> </a> </li> |