Generate changelog release info with Hugo rather than when generating changelog (#2033)

This commit is contained in:
Kévin Commaille 2024-12-23 18:46:52 +01:00 committed by GitHub
parent baa60bf728
commit 6f1e64cb12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 127 additions and 246 deletions

View file

@ -1,8 +0,0 @@
{{/*
This template is used to redirect the changelog section under
"content/changelogs" to the latest version's changelog page.
*/}}
{{ with index .Page.RegularPages.ByDate.Reverse 0 }}
<meta http-equiv="refresh" content="0; url={{ .RelPermalink }}">
{{ end }}