diff options
author | 2022-02-01 20:22:55 +0100 | |
---|---|---|
committer | 2022-02-01 20:22:55 +0100 | |
commit | 6ca60006f8ae7d22f73556ab07ba89eb5251e162 (patch) | |
tree | a66a450ca834560fb20001cf0a45345210a0969f /pydis_site/apps | |
parent | Kaizen: Make jchrists wildest dreams come true (diff) |
Murder some space
Remove those pointless empty pages at the
start and the end of a book.
Co-authored-by: Johannes Christ <[email protected]>
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/redirect/redirects.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/redirect/redirects.yaml b/pydis_site/apps/redirect/redirects.yaml index dc8b9359..9b64011b 100644 --- a/pydis_site/apps/redirect/redirects.yaml +++ b/pydis_site/apps/redirect/redirects.yaml @@ -95,7 +95,7 @@ resources_reading_redirect: resources_books_redirect: original_path: resources/books/ redirect_route: "resources:index" - redirect_arguments: [ "book" ] + redirect_arguments: ["book"] resources_videos_redirect: original_path: resources/videos/ |