Try to fix redirection

This commit is contained in:
Tom Hodson 2022-11-18 17:59:21 +01:00
parent 30706f4780
commit fe95de2860
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,7 @@
--- ---
layout: default layout: default
title: "CV" title: "CV"
permalink: cv permalink: /cv/
redirect_from:
- /
--- ---
<p>Welcome to my little home on the web! Take a look at my CV below <p>Welcome to my little home on the web! Take a look at my CV below
or have a look at my <a href="/blog">blog</a>. Click any item for a little more detail. or have a look at my <a href="/blog">blog</a>. Click any item for a little more detail.

4
index.html Normal file
View File

@ -0,0 +1,4 @@
---
title: Home
redirect_to: /blog
---