From fbb6b38bbd2219847845886a454c7ea7da578145 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 1 Nov 2023 18:18:37 +0000 Subject: [PATCH] fix head tags again --- _includes/default_head_tags.html | 4 ++-- cv.html | 4 ++++ index.md | 2 ++ projects.md | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/_includes/default_head_tags.html b/_includes/default_head_tags.html index 6d8757f..9d785e1 100644 --- a/_includes/default_head_tags.html +++ b/_includes/default_head_tags.html @@ -12,9 +12,9 @@ - + - + diff --git a/cv.html b/cv.html index 1f523b8..737b658 100644 --- a/cv.html +++ b/cv.html @@ -2,6 +2,10 @@ layout: default title: "CV" permalink: /cv/ +excerpt: | + I'm Tom Hodson. Welcome to my little home on the web! Take a look at my CV below + or have a look at my blog. + img: src: /assets/images/avatar.jpeg alt: A picture of me. diff --git a/index.md b/index.md index 3385aed..0953764 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,8 @@ --- title: Blog layout: default +excerpt: | + I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. permalink: / redirect_from: - /blog/ diff --git a/projects.md b/projects.md index 5a20cd5..6f996c9 100644 --- a/projects.md +++ b/projects.md @@ -2,6 +2,12 @@ title: Projects layout: default permalink: /projects/ +excerpt: | + I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. +img: + src: /assets/projects/lego_adapters/thumbnail.svg + alt: + class: invertable --- {% for post in site.projects %}