mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:45:52 -04:00
theme: Fix news items URLs
This commit is contained in:
parent
ca931cd1f6
commit
d91c4cccf3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user