diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-09 06:28:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-09 06:28:30 (EDT) |
commit | b2273c638df9fd1fe25a0865c5623a0c1c79bf00 (patch) | |
tree | 13d9f165c7b0baad530a980a0d2eebd8b3738635 /site/git | |
parent | b48e2eb2e74ce6ac688454a52c3ecf45271ad3e4 (diff) | |
download | libreboot.org-b2273c638df9fd1fe25a0865c5623a0c1c79bf00.zip libreboot.org-b2273c638df9fd1fe25a0865c5623a0c1c79bf00.tar.gz libreboot.org-b2273c638df9fd1fe25a0865c5623a0c1c79bf00.tar.bz2 |
git page: add link to home page
Diffstat (limited to 'site/git')
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/git/index.php b/site/git/index.php index cc2ca63..598ddc7 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -45,6 +45,8 @@ <?php echo gettext("Maintenance guides can be found at <a href=\"../docs/maintain/index.html\">../docs/maintain/index.html</a> and <a href=\"../docs/git/index.html\">../docs/git/index.html</a>."); ?> </p> + <p><a href="../"><?php echo gettext("Back to home page"); ?></a></p> + <h2><?php echo gettext("How to download"); ?></h2> <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3> <p> |