aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-09 02:02:03 +0100
committerLeah Rowe <info@minifree.org>2017-04-09 02:03:17 +0100
commit170651914acab788a6ebe59248462d7c91d0fa9f (patch)
tree08afba1a4c280909d36efcca22ed6acf4262c846 /www/publish.sh
parentaf027de28f450541122555d5bbade19eb78268b5 (diff)
downloadlibrebootfr-170651914acab788a6ebe59248462d7c91d0fa9f.tar.gz
librebootfr-170651914acab788a6ebe59248462d7c91d0fa9f.zip
Adopt the Contributor Covenant v1.4 as Libreboot's official Code of Conduct
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index 6f35fd93..a3ae0e53 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -39,7 +39,9 @@ if [ "${FILE}" != "./index" ]; then
fi
echo "" >> temp.md
-echo "[License](/license.md) -- [Information about the Libreboot authors](/contrib.md)" >> temp.md
+printf "[License](/license.md) --\n" >> temp.md
+printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md
+printf "[Code of conduct](/conduct.md)\n" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'