diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 06:41:49 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 06:41:49 (EDT) |
commit | 66bdd06a23e8c243d5512e131d6d1700e08f5aeb (patch) | |
tree | 8667065c305c959baf2f2a719cc247cced54078f /site | |
parent | 07cd24a39ec7dafeb17467ccd3d7dab92cca3d86 (diff) | |
download | libreboot.org-66bdd06a23e8c243d5512e131d6d1700e08f5aeb.zip libreboot.org-66bdd06a23e8c243d5512e131d6d1700e08f5aeb.tar.gz libreboot.org-66bdd06a23e8c243d5512e131d6d1700e08f5aeb.tar.bz2 |
change footer (...)
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 03f48b0..de1424a 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -85,7 +85,7 @@ /* 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='http://https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; + $lbFooterText = "This website is hosted on a libreboot system, running a <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; $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"; |