diff options
-rw-r--r-- | site/index.php | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/site/index.php b/site/index.php index 912dfa6..9509bc9 100644 --- a/site/index.php +++ b/site/index.php @@ -54,25 +54,20 @@ <div class="section"> <h1>Download <?php echo $lbProjectName; ?></h1> - <p> - These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>, - from <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit. - </p> <ul class="ulnav"> <li><a href="git/rom">ROM images</a></li> <li><a href="git/libreboot_util.tar.xz">Utilities</a></li> <li><a href="git/libreboot_docs.tar.xz">Documentation (archived)</a></li> <li><a href="git/libreboot_src.tar.xz">Source code</a></li> + <li>...based on <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit</li> </ul> - <p> - Other resources: - </p> - <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> + <ul class="ulnav"> + <li>Other resources:</li> + <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"> <h1>Support</h1> |