diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-19 19:01:08 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-19 19:01:08 (EDT) |
commit | d17431f6afc68bbf9777fc4f6443cf3d6aee0699 (patch) | |
tree | fd4126afcc8bb92da5e38405ba8301c92e7c387f /site/index.php | |
parent | 212c1cc1492f607d6e2cfb42af3297bd967d5ded (diff) | |
download | libreboot.org-d17431f6afc68bbf9777fc4f6443cf3d6aee0699.zip libreboot.org-d17431f6afc68bbf9777fc4f6443cf3d6aee0699.tar.gz libreboot.org-d17431f6afc68bbf9777fc4f6443cf3d6aee0699.tar.bz2 |
Libreboot logo is now a mascot, which has a name
It's "canteloupe", named after the melon.
https://en.wikipedia.org/wiki/Cantaloupe
Diffstat (limited to 'site/index.php')
-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 c3ac044..213f0b8 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <a href="logo/"><img src="logo/logo.svg" alt="" /></a> + <a href="logo/"><img src="logo/logo.svg" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |