From 8bcdd37dfa8e3ae177bbc8f74b7ba7025b58ed0e Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Tue, 21 Jul 2020 16:59:53 +0100
Subject: [PATCH] about div

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

diff --git a/scripts/gen_index.sh b/scripts/gen_index.sh
index 30714c4..8fb0297 100755
--- a/scripts/gen_index.sh
+++ b/scripts/gen_index.sh
@@ -9,4 +9,6 @@ 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
+echo "<div id=\"about-section\">"
 markdown about.md
+echo "</div>"
-- 
2.20.1