From 28f9550d9d9399a6b043b121a2d34d06c04d4bf1 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 12 Jun 2021 19:05:03 +0200 Subject: chore: Test if this fixes some stuff (#537) --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a3c3add..bdf0c7a 100644 --- a/_config.yml +++ b/_config.yml @@ -66,7 +66,7 @@ defaults: scope: path: "docs" values: - permalink: /:basename + permalink: /:path/:basename - scope: path: "" # an empty string here means all files in the project -- cgit