diff options
-rw-r--r-- | www/index.md | 4 | ||||
-rwxr-xr-x | www/publish.sh | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/index.md b/www/index.md index 91f5edf0..cb1e9130 100644 --- a/www/index.md +++ b/www/index.md @@ -18,9 +18,7 @@ mascot"){#logo}](faq.md#who-did-the-logo) Libreboot is a [free](https://www.gnu.org/philosophy/free-sw.html) and Open Source BIOS or UEFI replacement, initialising the hardware and booting your -operating system. We are a member of the -[Peers Community](https://peers.community/) project, an organisation that -supports Free Software. +operating system. **[Community feedback is needed on whether libreboot.org domain name ownership should be transferred to the diff --git a/www/publish.sh b/www/publish.sh index fe193437..eb1cb25f 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -43,6 +43,7 @@ printf "[License](/license.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 +printf "[Peers Community](https://peers.community/) \n" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' |