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: 212bdb264c844bcf992ea1152a01f65d70b45051 (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 "2 Jan 2006" }} </div>
</div>