theme: Fix news items URLs

This commit is contained in:
Joe Mooring 2025-02-20 19:54:07 -08:00 committed by GitHub
parent ca931cd1f6
commit d91c4cccf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
"LinkTitle" (printf "Release %s" .name)
"Permalink" .html_url
"PublishDate" $publishDate
"Permalink" .html_url
"RelPermalink" .html_url
"Section" "news"
"Summary" ""
"Title" (printf "Release %s" .name)
@ -32,8 +32,9 @@
"Date" .Date
"LinkTitle" .Title
"Params" (dict "description" .Description)
"PublishDate" .PublishDate
"Permalink" .Permalink
"PublishDate" .PublishDate
"RelPermalink" .RelPermalink
"Section" "news"
"Summary" .Summary
"Title" .Title