diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-26 08:52:49 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-26 08:52:49 -0700 |
commit | cfc46519351ad31c8ac58230ae5c60aeb1a84857 (patch) | |
tree | e2e9815ab406971554ee2cb4c7750d90c556d0f6 /www | |
parent | 7b51e4bd594a523036684c9d88d61877be4c2beb (diff) | |
download | librebootfr-cfc46519351ad31c8ac58230ae5c60aeb1a84857.tar.gz librebootfr-cfc46519351ad31c8ac58230ae5c60aeb1a84857.zip |
Tighten up footer
Diffstat (limited to 'www')
-rwxr-xr-x | www/publish.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/publish.sh b/www/publish.sh index c51f65c7..fe193437 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -40,9 +40,9 @@ fi echo "" >> temp.md printf "[License](/license.md) --\n" >> temp.md -printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md -printf "[Guidelines for good conduct](/conduct.md) --\n" >> temp.md -printf "[Project Management Guidelines, plus leadership information](/management.md) \n" >> temp.md +printf "[Authors](/contrib.md) --\n" >> temp.md +printf "[Conduct Guidelines](/conduct.md) --\n" >> temp.md +printf "[Management Guidelines](/management.md) \n" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' |