shithub: hugo

ref: d4fc70a3b320a55c4f571eed806d5ad5fdf1ef14
dir: /examples/blog/layouts/post/summary.html/

View raw version
<div class="well well-sm">
    <h4>
        <a href="{{ .Permalink }}">{{ .Title }}</a> <small class="pull-right">Posted on {{ .Date.Format "Jan 2, 2006" }}</small><br>
        <small>{{ .Description }}</small>
    </h4>
    <hr>
    <p>{{ .Summary }}</p>
    <a class="btn btn-primary btn-xs" href="{{ .Permalink }}">Read More <span class="fa fa-angle-double-right"></span></a>
</div>