From cb9c623abf6cdaaf4c9b17e9dbbd3465cda5da07 Mon Sep 17 00:00:00 2001 From: Rendall Date: Thu, 16 Nov 2023 11:36:57 +0200 Subject: [PATCH 1/2] Add topic section (#119) --- _redirects | 1 + src/static/topic/index.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 _redirects create mode 100644 src/static/topic/index.html diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..797fd53 --- /dev/null +++ b/_redirects @@ -0,0 +1 @@ +/topic/* /topic/:splat 200! \ No newline at end of file diff --git a/src/static/topic/index.html b/src/static/topic/index.html new file mode 100644 index 0000000..7813acf --- /dev/null +++ b/src/static/topic/index.html @@ -0,0 +1,11 @@ + + + + + + Hello World + + +

Hello World

+ + From 1e36cacce103bd354856c34a01a91ae42c6759bd Mon Sep 17 00:00:00 2001 From: Rendall Date: Thu, 16 Nov 2023 11:54:57 +0200 Subject: [PATCH 2/2] Add topics - update redirect (#120) * Add topic section * Update incorrect redirect --- _redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_redirects b/_redirects index 797fd53..7de54e7 100644 --- a/_redirects +++ b/_redirects @@ -1 +1 @@ -/topic/* /topic/:splat 200! \ No newline at end of file +/topic/* /topic/index.html 200! \ No newline at end of file