blog/themes/chosto/layouts/_default/summary.html

12 lines
219 B
HTML
Raw Normal View History

2021-05-21 23:50:10 +02:00
<article class="block">
2021-05-11 11:56:23 +02:00
<header>
<h2>
<a href='{{ .Permalink }}'>
{{- partial "listitem.html" . -}}
</a>
</h2>
{{- partial "postinfo.html" . -}}
2021-05-11 11:56:23 +02:00
</header>
{{ .Summary }}
</article>