diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-22 15:44:37 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-22 15:44:37 (EST) |
commit | a437eaedffb1e76ca1a8dc177c23784f1c81aba6 (patch) | |
tree | be06ec9238bdb5c1337e1f29c115a00d43892360 /site | |
parent | ba75f3fe99d5df53cad12dd4d9abfa11080ff8b3 (diff) | |
download | libreboot.org-a437eaedffb1e76ca1a8dc177c23784f1c81aba6.zip libreboot.org-a437eaedffb1e76ca1a8dc177c23784f1c81aba6.tar.gz libreboot.org-a437eaedffb1e76ca1a8dc177c23784f1c81aba6.tar.bz2 |
home page: use png logo
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index c60ddca..1e5c320 100644 --- a/site/index.php +++ b/site/index.php @@ -35,7 +35,7 @@ <div> <p> - <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a> + <a href="logo/"><img src="logo/libreboot.png" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |