From fe95de28607a96cf1a69f197e1db361b7853397c Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Fri, 18 Nov 2022 17:59:21 +0100 Subject: [PATCH] Try to fix redirection --- cv.html | 4 +--- index.html | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 index.html diff --git a/cv.html b/cv.html index 789a5f7..f3b46ab 100644 --- a/cv.html +++ b/cv.html @@ -1,9 +1,7 @@ --- layout: default title: "CV" -permalink: cv -redirect_from: - - / +permalink: /cv/ ---

Welcome to my little home on the web! Take a look at my CV below or have a look at my blog. Click any item for a little more detail. diff --git a/index.html b/index.html new file mode 100644 index 0000000..641c069 --- /dev/null +++ b/index.html @@ -0,0 +1,4 @@ +--- +title: Home +redirect_to: /blog +--- \ No newline at end of file