diff options
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> |