diff options
Diffstat (limited to 'site/variables.php')
-rw-r--r-- | site/variables.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/site/variables.php b/site/variables.php index a78b74e..29aa4e8 100644 --- a/site/variables.php +++ b/site/variables.php @@ -72,11 +72,8 @@ /* IRC channel */ $ircChannelName = "#libreboot (FreeNode IRC)"; $ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot"; - - /* Footer text above the git clone link */ - /* footer.php will place this inside a <p></p>. */ - $lbFooterText = "This website is hosted on a libreboot system, running a <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; + /* GPG key info */ $lbProjectGpgKeyInfo = "pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/>Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; |