From 87c22d43771c54e394726b84b65c86fbbb9c9651 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 17 Apr 2024 20:42:58 +0200 Subject: [PATCH] Revert "docs: don't suffix page permalink with a slash" This breaks existing links with a trailing slash, so it's a no-go. This reverts commit d1a7e030c5daa4a09ee93b8af6b28ecaac5d34d0. --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index e8b9eea8cd3..412db1f413f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ title: systemd baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://systemd.io" # the base hostname & protocol for your site -permalink: /:title +permalink: /:title/ # Build settings markdown: kramdown -- 2.47.3