github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/examples/blog/layouts/post/li.html (about)

     1      <li>
     2          <h5><a href="{{ .Permalink }}">{{ .Title}}</a><br>
     3          <small>posted on {{ .Date.Format "January 2, 2006" }}</small></h5>
     4      </li>