shithub: hugo

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