shithub: hugo

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