aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-08 14:19:35 +0100
committerLeah Rowe <info@minifree.org>2017-04-08 14:19:35 +0100
commitb2104c06df157b4281ab389252d8eebeeb93ce1d (patch)
treeaf36f4671da9a435233b1c0f1e5abf3a8240c818 /www/publish.sh
parent6e55e46554e10051908433162bddb56f2affa452 (diff)
downloadlibrebootfr-b2104c06df157b4281ab389252d8eebeeb93ce1d.tar.gz
librebootfr-b2104c06df157b4281ab389252d8eebeeb93ce1d.zip
tidy up homepage. improve nav menu. move link to authors page into the footer
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index e79c5adf..4a580787 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -36,7 +36,7 @@ if [ "${FILE}" != "./index" ]; then
fi
echo "" >> temp.md
-echo "[License](/license.md)" >> temp.md
+echo "[License](/license.md) -- [Information about the Libreboot authors](/contrib.md)" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'