diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-25 11:06:17 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-25 11:06:17 (EDT) |
commit | 52e0c31b9ae9d389accd6789920a5388813c729e (patch) | |
tree | 92d4fa592a1dbff1601e38d057a8a6eeb04966e2 /site | |
parent | f25e187c7e4ba167b2cfab01c3e14ac56481a19c (diff) | |
download | libreboot.org-52e0c31b9ae9d389accd6789920a5388813c729e.zip libreboot.org-52e0c31b9ae9d389accd6789920a5388813c729e.tar.gz libreboot.org-52e0c31b9ae9d389accd6789920a5388813c729e.tar.bz2 |
home page: make logo link to logo/ directory
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 4d560f6..bfa0b75 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <img src="logo/s.png" alt="" /> + <a href="logo/"><img src="logo/s.png" alt="" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |