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 %}