removed gen_about script
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:18:20 +0000 (17:18 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:18:20 +0000 (17:18 +0100)
scripts/gen_about.sh [deleted file]

diff --git a/scripts/gen_about.sh b/scripts/gen_about.sh
deleted file mode 100755 (executable)
index 2abee98..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-[ $# -ne 1 ] && exit 1
-
-title=$(scripts/post_title.sh $1)
-
-# since $title will have a closing HTML tag, we need to use a different
-# seperator to '/' for sed
-sed "s|TITLE|$title|" includes/head.html
-cat includes/about_header.html
-markdown $1