properly format metadata and previous and next pages

This commit is contained in:
Peter 2025-03-19 13:19:37 -04:00
parent 94d498f0e1
commit b31611af40
4 changed files with 32 additions and 17 deletions

View file

@ -0,0 +1,8 @@
<!-- [html-validate-disable element-required-ancestor] -->
<dt>{{ i18n "categories" }}</dt>
<dd>
{{- range $index, $el := . -}}
<span> /</span>
<a href="{{ .RelPermalink }}">{{- .LinkTitle -}}</a>
{{- end -}}
</dd>