github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/examples/blog/layouts/post/summary.html (about) 1 <div class="well well-sm"> 2 <h4> 3 <a href="{{ .Permalink }}">{{ .Title }}</a> <small class="pull-right">Posted on {{ .Date.Format "Jan 2, 2006" }}</small><br> 4 <small>{{ .Description }}</small> 5 </h4> 6 <hr> 7 <p>{{ .Summary }}</p> 8 <a class="btn btn-primary btn-xs" href="{{ .Permalink }}">Read More <span class="fa fa-angle-double-right"></span></a> 9 </div>