small fixes

This commit is contained in:
teldra 2022-06-22 18:39:12 +02:00
parent 3f1264d0f7
commit 9751e448a0
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
{{ define "content" }}
{{ if eq .Kind "taxonomy" }}
<div>
{{ range .Pages }}
<a href="{{ .Page.Permalink }}" class="underline" style="margin-right: 1rem;">{{ .Page.Title }}</a>
{{ range .Data.Pages }}
<a href="{{ .Page.Permalink }}" class="underline" style="margin-right: 1rem;">{{ .Page.Title }} </a>
{{ end }}
</div>
{{ else }}