From 4cebe1b3e8614746b89fee31d3e3026b7af2c577 Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Tue, 21 Jul 2020 16:56:55 +0100
Subject: [PATCH] testing about on front page

---
 scripts/gen_index.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/gen_index.sh b/scripts/gen_index.sh
index c772b25..30714c4 100755
--- a/scripts/gen_index.sh
+++ b/scripts/gen_index.sh
@@ -9,3 +9,4 @@ MATCH="^([0-9]{1,4})-([0-9]{1,4})-([0-9]{1,4})-([^\.]+)(.*)"
 sed "s|TITLE|<title>Matthew Owens</title>|" includes/head.html
 cat includes/header.html
 ls $POSTS_DIR | sed -Ee 's/ /\n/' -e "s/$MATCH/\1 \2 \3 \4/" | awk -f scripts/posts.awk
+markdown about.md
-- 
2.20.1