blogamore/layouts/partials/taxonomy/summary.html
2022-11-30 00:05:05 +01:00

9 lines
No EOL
238 B
HTML

<h1 class="mb-5">{{ .Title }}</h1>
{{ range .Pages.ByTitle }}
<article class="border-bottom">
<h3 class="mb-3">
<a href="{{ .RelPermalink | relURL }}">{{ .Title }}</a>
</h3>
<p>{{ .Summary }}</p>
</article>
{{ end }}