shithub: hugo

ref: a2a8a651f72f1ebd38a72eaf3fd4d83e4a73559f
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>