mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'b3d87dd0fd746f07f9afa6e6a2969aea41da6a38'
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"dates" $dates
|
||||
"kind" "page"
|
||||
"params" $params
|
||||
"path" .name
|
||||
"path" (strings.Replace .name "." "-")
|
||||
"slug" .name
|
||||
"title" (printf "Release %s" .name)
|
||||
}}
|
||||
{{ $.AddPage $page }}
|
||||
|
Reference in New Issue
Block a user