From: Frantisek Sumsal Date: Wed, 17 Apr 2024 18:42:58 +0000 (+0200) Subject: Revert "docs: don't suffix page permalink with a slash" X-Git-Tag: v256-rc1~141^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c22d43771c54e394726b84b65c86fbbb9c9651;p=thirdparty%2Fsystemd.git 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. --- 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