summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-28 17:36:24 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-28 17:36:24 (EDT)
commitdcaa397387a566ccd577b30536f1420001385d09 (patch)
treeaf61e9af8bbda7cc333e99c2ad48c223dd357b7e /site
parentcc8723977244cf2b6119ae4b12a981d0c943cf1f (diff)
downloadlibreboot.org-dcaa397387a566ccd577b30536f1420001385d09.zip
libreboot.org-dcaa397387a566ccd577b30536f1420001385d09.tar.gz
libreboot.org-dcaa397387a566ccd577b30536f1420001385d09.tar.bz2
simplify the footer
(also, nobody cares what the site runs on. remove that info)
Diffstat (limited to 'site')
-rw-r--r--site/footer.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/site/footer.php b/site/footer.php
index cba9f6d..3265805 100644
--- a/site/footer.php
+++ b/site/footer.php
@@ -19,9 +19,6 @@
?>
<div>
<p>
- <?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>.
- </p>
- <p>
- <?php echo gettext("This website is hosted on a libreboot system, running a <a href=\"https://www.gnu.org/distros/\">fully libre GNU/Linux distribution</a>."); ?>
+ <?php echo gettext("This page is available under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, from a "); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("git repository"); ?></a>.
</p>
</div>