ariadne.space/layouts/_default/summary.html

10 lines
201 B
HTML

<section class="article">
<a href="{{ .Permalink }}">
<h1>{{ .Title }}</h1>
<div>
<span>{{ .Date.Format "Jan 2, 2006" }}</span>
</div>
</a>
<div>{{ .Summary }}</div>
</section>