Ver a proveniência

Simplify date format

master
Adrian Short há 5 anos
ascendente
cometimento
3a0df9c3d2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      layouts/_default/li.html

+ 1
- 1
layouts/_default/li.html Ver ficheiro

@@ -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>

Carregando…
Cancelar
Guardar