ariadne.space/layouts/_default/summary.html

10 lines
215 B
HTML
Raw Normal View History

2022-08-02 16:59:11 +00:00
<section class="article">
<a class="u-url" href="{{ .Permalink }}">
2022-08-02 17:32:21 +00:00
<h1>{{ .Title }}</h1>
<div>
<span>{{ .Date.Format "Jan 2, 2006" }}</span>
</div>
2022-08-02 16:59:11 +00:00
</a>
2022-08-02 17:32:21 +00:00
<div>{{ .Summary }}</div>
2022-08-02 16:59:11 +00:00
</section>