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

li.html « _default « layouts - github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f36abd0a37677fb68a0a57f03e6cb128d5b9b09 (plain)
1
2
3
4
5
6
7
<div class="content-item">
    <a href="{{ .Permalink }}">
    <div class="post-list"> <h3 class="title"> {{ .Title }} </h3> </div>
    </a>
    {{ partial "tags.html" . }}
    <div class="date"> {{ .Date.Format "Jan 2, 2006" }} </div>
</div>