blogamore/layouts/partials/taxonomy/description.html

9 lines
242 B
HTML
Raw Normal View History

2022-11-30 00:05:05 +01:00
<h1 class="mb-5">{{ .Title }}</h1>
{{ range .Pages.ByTitle }}
2022-11-28 21:42:49 +01:00
<article class="border-bottom">
<h3 class="mb-3">
<a href="{{ .RelPermalink | relURL }}">{{ .Title }}</a>
</h3>
2022-11-30 00:05:05 +01:00
<p>{{ .Description }}</p>
2022-11-28 21:42:49 +01:00
</article>
{{ end }}