diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 12:23:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 12:23:09 -0500 |
| commit | 11c2c7015002d55392f584b40af317675d1c1fcc (patch) | |
| tree | 528484dd84880422c01c1c894ef94726ebabd0fa | |
| parent | e995c10a1aa0304b3b48932d6fb7976a9e4014e5 (diff) | |
finish up adding explicit sections to FAQ
| -rw-r--r-- | static/faq.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/static/faq.html b/static/faq.html index ac9dc33b..0512c955 100644 --- a/static/faq.html +++ b/static/faq.html @@ -819,19 +819,20 @@ <section id="day-to-day-use"> <h2><a href="#day-to-day-use">Day to day use</a></h2> - <h3 id="updates"> - <a href="#updates">How do I keep the OS updated?</a> - </h3> + <section id="updates"> + <h3><a href="#updates">How do I keep the OS updated?</a></h3> - <p>GrapheneOS has entirely automatic background updates. More details are available in - the <a href="/usage#updates">the usage guide's updates section</a>.</p> + <p>GrapheneOS has entirely automatic background updates. More details are + available in the <a href="/usage#updates">the usage guide's updates + section</a>.</p> + </section> - <h3 id="updates-sideloading"> - <a href="#updates-sideloading">How do I update without connecting the device to the internet?</a> - </h3> + <section id="updates-sideloading"> + <h3><a href="#updates-sideloading">How do I update without connecting the device to the internet?</a> </h3> - <p>Updates can be <a href="/usage#updates-sideloading">sideloaded via - recovery</a>.</p> + <p>Updates can be <a href="/usage#updates-sideloading">sideloaded via + recovery</a>.</p> + </section> </section> <section id="features"> |
