aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-28 15:21:29 +0000
committerGogs <gogitservice@gmail.com>2017-04-28 15:21:29 +0000
commitd2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca (patch)
treed0345482400e8eee8d5281047440501b78aaacf9
parenta96520fe90fcc34fb8bb4dde55fb7a34635998f5 (diff)
parent000796aa5edc66caf30c845ed4609b05ea0f15ad (diff)
downloadlibrebootfr-d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca.tar.gz
librebootfr-d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca.zip
Merge branch 'peers/move-link-to-footer' of libreboot/libreboot into master
-rw-r--r--www/index.md4
-rwxr-xr-xwww/publish.sh1
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'