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: 0d503925ae10269e1a30a73f1cc6140666539132 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="content-item">

    <a href="{{ .Permalink }}">
      <div class="post-list"> <h3 class="title"> {{ .Title }} </h3> </div>
    </a>
    <div class="meta">
      {{ partial "tags.html" . }}
      <div class="date"> {{ .Date.Format "2 Jan, 2006" }} </div>
    </div>
</div>