From 193ecd978484a7338f13a58c8b054b209a9acac6 Mon Sep 17 00:00:00 2001 From: Alvin Sun Date: Sun, 17 Sep 2023 15:52:30 -0700 Subject: [PATCH] add aa174a redirect --- _config.yml | 4 ++++ aa174a.html | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 aa174a.html diff --git a/_config.yml b/_config.yml index f9a96843..8b04627c 100644 --- a/_config.yml +++ b/_config.yml @@ -69,11 +69,15 @@ collections: permalink: /:collection/:title/ # redirect to Principle of Robot Autonomy I sites + aa174a: + output: false + permalink: /:collection/:title/ aa274a: output: false permalink: /:collection/:title/ + defaults: - scope: path: "" diff --git a/aa174a.html b/aa174a.html new file mode 100644 index 00000000..4adb9817 --- /dev/null +++ b/aa174a.html @@ -0,0 +1,5 @@ +--- +title: aa174a +permalink: /aa174a/ +redirect_to: /PoRA-I/aa174a_aut2324/ +---