From 57296f8e33732f62edc35bcd219eaa3e5202524b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 7 Apr 2017 23:46:46 +0100 Subject: website and publish.sh: do not link to index files, link to directories. --- www/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/publish.sh b/www/publish.sh index 90d52288..e79c5adf 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -27,9 +27,9 @@ cat $1 > temp.md if [ "${FILE}" != "./index" ]; then if [[ $FILE == *index ]] then - DEST=".." + DEST="../" else - DEST="index.html" + DEST="./" fi RETURN="Back to previous index" -- cgit v1.2.3-70-g09d2