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