shithub: hugo

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