summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-09 06:27:15 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-09 06:27:15 (EDT)
commitb48e2eb2e74ce6ac688454a52c3ecf45271ad3e4 (patch)
tree0bee53146befb373ec61071d704af57aa2abee6f
parente4b23d212fa68c1002c246ff97631af35810dab0 (diff)
downloadlibreboot.org-b48e2eb2e74ce6ac688454a52c3ecf45271ad3e4.zip
libreboot.org-b48e2eb2e74ce6ac688454a52c3ecf45271ad3e4.tar.gz
libreboot.org-b48e2eb2e74ce6ac688454a52c3ecf45271ad3e4.tar.bz2
git page: make git repos a header
-rw-r--r--site/git/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/git/index.php b/site/git/index.php
index 55b0dff..cc2ca63 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -46,14 +46,14 @@
</p>
<h2><?php echo gettext("How to download"); ?></h2>
+ <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3>
<p>
- <?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?><br/>
- $ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/>
+ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/>
<a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a>
</p>
+ <h3><?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?></h3>
<p>
- <?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?><br/>
- $ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/>
+ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/>
<a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a>
</p>