diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-19 09:49:12 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-19 09:49:12 (EDT) |
commit | f915a897e8ed5a7825c15cad5237144af53d07c9 (patch) | |
tree | 1374efd4a4018e609de03cd07595df57df39f6ff /site/index.php | |
parent | 26c02cd1b9558d17cfa1f3fc0a444e8156e3a973 (diff) | |
download | libreboot.org-f915a897e8ed5a7825c15cad5237144af53d07c9.zip libreboot.org-f915a897e8ed5a7825c15cad5237144af53d07c9.tar.gz libreboot.org-f915a897e8ed5a7825c15cad5237144af53d07c9.tar.bz2 |
home page: logo now links to directory containing source (svg)
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 5e60fbd..248ffcf 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ <div id="libreboot" class="section intro"> <p> - <img class="homepage_logo" src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /> + <a href="logo/"><img class="homepage_logo" src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /></a> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> |