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