summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/li.html
blob: d0217b9c62ed1429c10e6bdf4581a9fcd3e51890 (plain) (blame)
1
2
3
4
5
6
<li>
    <a href="{{ .Permalink }}">
        {{ .Title }} 
        (<time>{{ .Date.Format "2 January 2006" }}</time>)
    </a>
</li>