From ee1c543b5d673ad2ec99582415744bed790cedd8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 16 Nov 2022 23:18:35 +0000 Subject: [PATCH] Make slide details redirect to slides The URL remapping doesn't quite work as I wanted it, so this will do for now. --- layouts/_default/single.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..b287faf --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,10 @@ + + + + {{ .Params.slides }} + + + + + +