diff options
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> |