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
+3 -2
View File
@@ -18,7 +18,7 @@
"LinkTitle" (printf "Release %s" .name) "LinkTitle" (printf "Release %s" .name)
"Permalink" .html_url "Permalink" .html_url
"PublishDate" $publishDate "PublishDate" $publishDate
"Permalink" .html_url "RelPermalink" .html_url
"Section" "news" "Section" "news"
"Summary" "" "Summary" ""
"Title" (printf "Release %s" .name) "Title" (printf "Release %s" .name)
@@ -32,8 +32,9 @@
"Date" .Date "Date" .Date
"LinkTitle" .Title "LinkTitle" .Title
"Params" (dict "description" .Description) "Params" (dict "description" .Description)
"PublishDate" .PublishDate
"Permalink" .Permalink "Permalink" .Permalink
"PublishDate" .PublishDate
"RelPermalink" .RelPermalink
"Section" "news" "Section" "news"
"Summary" .Summary "Summary" .Summary
"Title" .Title "Title" .Title