diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-28 05:58:52 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-28 05:58:52 (EDT) |
commit | 9ea180c7c50d6df1f07c1ca0100c4f00dd6d518b (patch) | |
tree | 64e49392123e4ab9d03ef65ab2240b1d7e393664 /site/index.php | |
parent | 98786bb7189c8adc671bace5a73c778d1acca327 (diff) | |
download | libreboot.org-9ea180c7c50d6df1f07c1ca0100c4f00dd6d518b.zip libreboot.org-9ea180c7c50d6df1f07c1ca0100c4f00dd6d518b.tar.gz libreboot.org-9ea180c7c50d6df1f07c1ca0100c4f00dd6d518b.tar.bz2 |
Add a FAQ section
This was long overdue.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index 01a69bb..c3ac044 100644 --- a/site/index.php +++ b/site/index.php @@ -62,6 +62,9 @@ <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("How to install GNU/Linux"); ?></a></li> <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("How to boot GNU/Linux"); ?></a></li> </ul> + <ul> + <li><b><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></b></li> + </ul> </div> <div> |