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

4 lines
117 B
HTML

<div class="post-item">
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
<div>{{ .Summary }}</div>
</div>