Browse Source

Simplify date format

master
Adrian Short 5 years ago
parent
commit
3a0df9c3d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layouts/_default/li.html

+ 1
- 1
layouts/_default/li.html View File

@@ -1,5 +1,5 @@
<div class="list-item list-{{ .Type }}">
<h2><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h2>
{{ .Description }}
<p class=list-date>{{ .Date.Format "2 January 2006" }}</p>
<p class=list-date>{{ .Date.Format "January 2006" }}</p>
</div>

Loading…
Cancel
Save