dc09-hugo/themes/qogir/layouts/partials/post-item.html

5 lines
117 B
HTML
Raw Normal View History

2023-11-04 19:53:00 +04:00
<div class="post-item">
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
<div>{{ .Summary }}</div>
</div>