fix Permalink issue

This commit is contained in:
Kuoi 2022-07-29 22:58:04 +01:00 committed by GitHub
parent 037745c431
commit 5d6e14dc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
{{ with .Data.Pages }}
<h2>Previous Arch Conf reports</h2>
{{ range .ByDate}}
<li><a {{ printf "href=%q" .URL | safeHTMLAttr }}>{{ default .Title .Params.heading }}</a></li>
<li><a {{ printf "href=%q" .Permalink | safeHTMLAttr }}>{{ default .Title .Params.heading }}</a></li>
{{ end }}
</ul>
{{ end }}