aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
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'