diff options
author | Leah Rowe <info@minifree.org> | 2017-04-09 03:09:27 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-09 03:09:27 +0000 |
commit | 9d4fd9ae45577d94bb85efc270e15fbfcefdfa72 (patch) | |
tree | 28688fca1ecb5bfcedcf18c1d9edf590f1ca1f2e /www/publish.sh | |
parent | af027de28f450541122555d5bbade19eb78268b5 (diff) | |
parent | 5e0bd3833ff942a93ed6e85867e49f3a3d8626e8 (diff) | |
download | librebootfr-9d4fd9ae45577d94bb85efc270e15fbfcefdfa72.tar.gz librebootfr-9d4fd9ae45577d94bb85efc270e15fbfcefdfa72.zip |
Merge branch 'codeofconduct' of libreboot/libreboot into master
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-x | www/publish.sh | 4 |
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' |