diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 13:14:00 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 13:15:47 (EST) |
commit | e83fd337b1dcc2ce20f1df9985d3586ee97db4f9 (patch) | |
tree | 37655558c498aa6a0fb59c1df7e60d803be0ddd4 /site/index.php | |
parent | ac4f3b4d7ff064b1d1ad31b5686ef3917811cbac (diff) | |
download | libreboot.org-e83fd337b1dcc2ce20f1df9985d3586ee97db4f9.zip libreboot.org-e83fd337b1dcc2ce20f1df9985d3586ee97db4f9.tar.gz libreboot.org-e83fd337b1dcc2ce20f1df9985d3586ee97db4f9.tar.bz2 |
home page: revert to using SVG logo (smaller file size)
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 ed676a7..46ab81a 100644 --- a/site/index.php +++ b/site/index.php @@ -35,7 +35,7 @@ <div> <p> - <a href="logo/"><img src="logo/libreboot.png" alt="Libreboot logo" title="Canteloupe, the libreboot mascot" /></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> |