[www-doc] [Git][VideoLAN.org/websites][hugo-rewrite] hugo: fix alias rendering on 0.131 and drop duplicate windowsphone entry
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Tue May 5 11:11:03 UTC 2026
Felix Paul Kühne pushed to branch hugo-rewrite at VideoLAN organization / websites
Commits:
894d5c6b by Felix Paul Kühne at 2026-05-05T13:10:47+02:00
hugo: fix alias rendering on 0.131 and drop duplicate windowsphone entry
- - - - -
2 changed files:
- www.videolan.org/content/vlc/_index.md
- www.videolan.org/layouts/alias.html
Changes:
=====================================
www.videolan.org/content/vlc/_index.md
=====================================
@@ -19,6 +19,4 @@ aliases:
- /vlc/download-slackware
- /vlc/download-eyetv.html
- /vlc/download-eyetv
- - /vlc/download-windowsphone.html
- - /vlc/download-windowsphone
---
=====================================
www.videolan.org/layouts/alias.html
=====================================
@@ -4,6 +4,6 @@
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<meta charset="utf-8">
- <meta http-equiv="refresh" content="0; url={{ .RelPermalink }}">
+ <meta http-equiv="refresh" content="0; url={{ .Permalink }}">
</head>
</html>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/894d5c6b2b496f2a27e69d5fe26841d96f7b83b0
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/894d5c6b2b496f2a27e69d5fe26841d96f7b83b0
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list