From: MatthewOwens Date: Sun, 19 Jul 2020 12:46:36 +0000 (+0100) Subject: removed debug output from gen_feed_item, since it will end up in the feed! X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=1d11a20630c9584147d4d98299bb966cc40398e9;p=website.git removed debug output from gen_feed_item, since it will end up in the feed! --- diff --git a/scripts/gen_feed_item.sh b/scripts/gen_feed_item.sh index 746eb57..a493584 100755 --- a/scripts/gen_feed_item.sh +++ b/scripts/gen_feed_item.sh @@ -4,7 +4,6 @@ HTMLPATH=$(echo $1 | sed 's/\.md$/.html/') TITLE=$(scripts/post_title.sh $1) BODY=$(markdown $1 | sed -e 's/’/'/g -e 's/‘//g') -echo "DATE=$(git log -1 --pretty="format:%ad" $2$1)" DATE=$(git log -1 --pretty="format:%ad" $2$1) echo ""