diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-09 21:38:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-09 21:38:09 (EDT) |
commit | 4eb5f041472b44319674a801ab5cd4d8e8b1c047 (patch) | |
tree | d93283a0e78140731c96f5d0b8283ff30ac9d75f /site/index.php | |
parent | 54bee74ffa45083a35b4cb3c598130414927cfdd (diff) | |
download | libreboot.org-4eb5f041472b44319674a801ab5cd4d8e8b1c047.zip libreboot.org-4eb5f041472b44319674a801ab5cd4d8e8b1c047.tar.gz libreboot.org-4eb5f041472b44319674a801ab5cd4d8e8b1c047.tar.bz2 |
home page: convert how-to-help into an unordered list
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/index.php b/site/index.php index 2ba3b6f..ade3a5b 100644 --- a/site/index.php +++ b/site/index.php @@ -78,10 +78,10 @@ </ul> <h2>How to help?</h2> - <p> - A list of high priority tasks can be found at <a href="docs/tasks.html">docs/tasks.html</a>. - Information about how libreboot is maintained can be found at <a href="docs/maintain/index.html">docs/maintain/index.html</a>. - </p> + <ul> + <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> + <li><a href="docs/maintain/index.html">Maintaining libreboot</a></li> + </ul> <h2><?php echo gettext("Contact"); ?></h2> <ul> <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> |