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

@ -7,7 +7,7 @@
<ul>
{{- range .Pages }}
<li>
<a href="{{ .Permalink }}"><span style="font-variant-numeric: tabular-nums;">{{ .Date.Format "2006-01-02" }}</span> | {{ .Title }}</a>
<a href="{{ .RelPermalink }}"><span style="font-variant-numeric: tabular-nums;">{{ .Date.Format "2006-01-02" }}</span> | {{ .Title }}</a>
</li>
{{- end }}
</ul>