fix links

This commit is contained in:
Ben Harris 2023-01-03 12:53:28 -05:00
parent ad23f12260
commit 347f730507
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<ul>
{{ range .Site.RegularPages }}
<li>
<a href="{{ .RelPermalink }}">{{ .Title }}</a> &ndash;
<a href="{{ .Permalink }}">{{ .Title }}</a> &ndash;
<time>{{ .Date.Format "2006-01-02" }}</time>
</li>
{{ end }}

View File

@ -3,7 +3,7 @@
<ul>
{{ range .Data.Pages }}
<li>
<a href="../{{ .Permalink }}">{{ .Title }}</a>
<a href="{{ .Permalink }}">{{ .Title }}</a>
<time>{{ .Date.Format "2006-01-02" }}</time>
</li>
{{ end }}