aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index f1858fe1..6de15662 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -5,7 +5,7 @@ FILE=${1%.md}
# if not homepage, add a link back to the homepage
if [ "${FILE}" != "./index" ]; then
- RETURN="<p><a href='/index.md'>Go back to homepage</a></p>"
+ RETURN="<p><a href='/index.html'>Go back to homepage</a></p>"
fi
cat $1 > temp.md