diff options
Diffstat (limited to 'site/footer.php')
-rw-r--r-- | site/footer.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/footer.php b/site/footer.php index 578d45d..6e9fab5 100644 --- a/site/footer.php +++ b/site/footer.php @@ -21,4 +21,7 @@ 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 <a href="<?php echo $lbWebsiteGitwebAddress; ?>">git repository</a>. </p> - <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?> + <p> + This website is hosted on a libreboot system, running a + <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>. + </p> |