Welcome to mirror list, hosted at ThFree Co, Russian Federation.

summary.html « post « layouts « blog « examples - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f70b6827aead49ce4ca3331dc6278c8d8bcea6ec (plain)
1
2
3
4
5
6
7
8
9
<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>