Links zoveel mogelijk relatief ipv absoluut

This commit is contained in:
Michael Boelen 2023-06-01 20:16:32 +02:00
parent 3010fb699a
commit bc191b7905
5 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<ul class="list">
{{ range .Pages }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
<hr class="hr-list">
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
</li>