aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xwww/publish.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 98302202..83529242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@
.tarfiles
.epoch
push
-*.s[a-w]?
*.vim
/TODO/
/docs/version
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