Files
sumup/themes/basic/layouts/partials/post_summary.html

14 lines
237 B
HTML

<article>
<header>
<h3>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h3>
<time>
{{ .Date | dateFormat "January" }}
{{ .Date | dateFormat "2" }}
</time>
</header>
{{ .Summary }}
</article>