shithub: hugo

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