From acf62e1b1d4148cebe12ead2349bce4e56cc682f Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 20 Mar 2017 21:02:55 -0700 Subject: adapt publish to new dir structure --- www/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/publish.sh') diff --git a/www/publish.sh b/www/publish.sh index ed9b9bee..651b8cdf 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -7,7 +7,7 @@ FILE=${1%.md} head -n 4 $FILE.md > temp.md # if not homepage, add a link back to the homepage -if [ "${FILE}" != "index" ]; then +if [ "${FILE}" != "./index" ]; then printf "[Go back to homepage](index.md)\n\n" >> temp.md fi -- cgit v1.2.3-70-g09d2