shithub: hugo

ref: 74b6c4e5ff5ee16f0e6b352a26c1e58b90a25dc6
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>