shithub: hugo

ref: 5ef45bec63b157eb8e1bd3a6a4c6cb1e98a43a94
dir: /examples/blog/layouts/post/li.html/

View raw version
    <li>
        <h5><a href="{{ .Permalink }}">{{ .Title}}</a><br>
        <small>posted on {{ .Date.Format "January 2, 2006" }}</small></h5>
    </li>