aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-02 10:20:27 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-02 10:20:27 -0700
commit05977cbacf04f2e5aec8278d3e5c7fa8e8d1659f (patch)
tree8eb01174f4d41ce52d90e2b088bc4a6d5ac30c3e /www
parent7365f4143c4c5a0e836dcd62328e58762fdcff8a (diff)
downloadlibrebootfr-05977cbacf04f2e5aec8278d3e5c7fa8e8d1659f.tar.gz
librebootfr-05977cbacf04f2e5aec8278d3e5c7fa8e8d1659f.zip
avoid breaking things for now
Diffstat (limited to 'www')
-rwxr-xr-xwww/publish.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/publish.sh b/www/publish.sh
index 73ff8912..c027a460 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -7,9 +7,9 @@ FILE=${1%.md}
head -n 4 $FILE.md > temp.md
# if not homepage, add a link back to the homepage
-if [ "${FILE}" != "./index" ]; then
- printf "[Go back to homepage](/index.md)\n\n" >> temp.md
-fi
+#if [ "${FILE}" != "./index" ]; then
+# printf "[Go back to homepage](/index.md)\n\n" >> temp.md
+#fi
# read rest of file
tail -n +5 $FILE.md >> temp.md