Theme: Use RelPermalink everywhere

This commit is contained in:
jtbx 2023-11-04 22:26:11 +01:00
commit 80a9b0a2d3
6 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
Filter nach Kategorie:
<ul class="aside">
{{- range .Site.Taxonomies.categories }}
<li><a href="{{ .Page.Permalink }}">[{{ .Page.Title }}]</a></li>
<li><a href="{{ .Page.RelPermalink }}">[{{ .Page.Title }}]</a></li>
{{- end }}
</ul>
</div>