Use relative permalink to redirect to latest changelog (#1956)
This commit is contained in:
parent
938022b1ff
commit
c8ad740ba4
2 changed files with 2 additions and 1 deletions
1
changelogs/internal/newsfragments/1956.clarification
Normal file
1
changelogs/internal/newsfragments/1956.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Use relative permalink to redirect to latest changelog.
|
|
@ -4,5 +4,5 @@
|
|||
*/}}
|
||||
|
||||
{{ with index .Page.RegularPages.ByDate.Reverse 0 }}
|
||||
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
|
||||
<meta http-equiv="refresh" content="0; url={{ .RelPermalink }}" />
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue