about div
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 15:59:53 +0000 (16:59 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 15:59:53 +0000 (16:59 +0100)
scripts/gen_index.sh

index 30714c4..8fb0297 100755 (executable)
@@ -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>"