removed debug output from gen_feed_item, since it will end up in the feed!
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:46:36 +0000 (13:46 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:46:36 +0000 (13:46 +0100)
scripts/gen_feed_item.sh

index 746eb57..a493584 100755 (executable)
@@ -4,7 +4,6 @@
 HTMLPATH=$(echo $1 | sed 's/\.md$/.html/')
 TITLE=$(scripts/post_title.sh $1)
 BODY=$(markdown $1 | sed -e 's/&rsquo;/'/g -e 's/&lsquo;//g')
-echo "DATE=$(git log -1 --pretty="format:%ad" $2$1)"
 DATE=$(git log -1 --pretty="format:%ad" $2$1)
 
 echo "<item>"