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" }} {{ define "content" }}
{{ if eq .Kind "taxonomy" }} {{ if eq .Kind "taxonomy" }}
<div> <div>
{{ range .Pages }} {{ range .Data.Pages }}
<a href="{{ .Page.Permalink }}" class="underline" style="margin-right: 1rem;">{{ .Page.Title }}</a> <a href="{{ .Page.Permalink }}" class="underline" style="margin-right: 1rem;">{{ .Page.Title }} </a>
{{ end }} {{ end }}
</div> </div>
{{ else }} {{ else }}