Auflistung der Taxonomy geradegezogen

This commit is contained in:
Marco Galster 2022-11-30 00:05:05 +01:00
parent 1e520f3f39
commit 23649f935f
11 changed files with 54 additions and 13 deletions

View file

@ -1,11 +1,9 @@
{{ define "main" }}
<h1 class="mb-5">{{ .Title }}</h1>
{{ range .Pages.ByTitle }}
<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>
<p>{{ .Description }}</p>
</article>
{{ end }}
{{ end }}

View file

@ -1,11 +1,9 @@
{{ define "main" }}
<h1 class="mb-5">{{ .Title }}</h1>
{{ range .Pages.ByTitle }}
<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 }}
{{ end }}