added post div
authorMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:26:21 +0000 (13:26 +0100)
committerMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:26:21 +0000 (13:26 +0100)
scripts/gen_post.sh

index c4aa79e..6338d34 100755 (executable)
@@ -8,4 +8,6 @@ title=$(scripts/post_title.sh $1)
 # seperator to '/' for sed
 sed "s|TITLE|$title|" includes/head.html
 cat includes/header.html
+echo '<div id="post">'
 markdown $1
+echo '</div>'