diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 10:48:13 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 10:48:13 (EDT) |
commit | 45595448ffeb0003d7255e495a9b344f38dcda10 (patch) | |
tree | 9b83774ade1e9829ebf0834160803f4410655d39 /site | |
parent | 8d57b50f21401715f166dfbe683a4a06b7346ad5 (diff) | |
download | libreboot.org-45595448ffeb0003d7255e495a9b344f38dcda10.zip libreboot.org-45595448ffeb0003d7255e495a9b344f38dcda10.tar.gz libreboot.org-45595448ffeb0003d7255e495a9b344f38dcda10.tar.bz2 |
home page: add link to gitweb
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index 7499d5f..90c02d0 100644 --- a/site/index.php +++ b/site/index.php @@ -70,6 +70,7 @@ <ul class="ulnav"> <li><a href="download/#http">Stable releases</a></li> <li><a href="download/#git">Git repositories</a></li> + <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse the main git repository</a></li> </ul> </div> <div class="section"> |