From c8ad740ba4c0e6f28638d7aa9b1f9beba7e90e69 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 30 Sep 2024 18:29:55 +0200 Subject: [PATCH] Use relative permalink to redirect to latest changelog (#1956) --- changelogs/internal/newsfragments/1956.clarification | 1 + layouts/shortcodes/changelog/changelogs.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/internal/newsfragments/1956.clarification diff --git a/changelogs/internal/newsfragments/1956.clarification b/changelogs/internal/newsfragments/1956.clarification new file mode 100644 index 00000000..6b6213fc --- /dev/null +++ b/changelogs/internal/newsfragments/1956.clarification @@ -0,0 +1 @@ +Use relative permalink to redirect to latest changelog. diff --git a/layouts/shortcodes/changelog/changelogs.html b/layouts/shortcodes/changelog/changelogs.html index 2c201a1b..96a82860 100644 --- a/layouts/shortcodes/changelog/changelogs.html +++ b/layouts/shortcodes/changelog/changelogs.html @@ -4,5 +4,5 @@ */}} {{ with index .Page.RegularPages.ByDate.Reverse 0 }} - + {{ end }}