From 5b5e541b1e7a913251dba676b94e1534c7f8584f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 21 Mar 2024 15:45:53 +0100 Subject: [PATCH] Add `.html` alias to 'Set Up GDB' post Some websites still link to the old `.html` URL. --- blog/content/edition-1/extra/set-up-gdb/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/content/edition-1/extra/set-up-gdb/index.md b/blog/content/edition-1/extra/set-up-gdb/index.md index c1473da9..cd3160a4 100644 --- a/blog/content/edition-1/extra/set-up-gdb/index.md +++ b/blog/content/edition-1/extra/set-up-gdb/index.md @@ -2,6 +2,7 @@ title = "Set Up GDB" template = "plain.html" path = "set-up-gdb" +aliases = ["set-up-gdb.html"] weight = 4 +++