diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-11-26 03:51:04 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-11-26 03:51:04 +0000 |
commit | a7a362f208c4b3ea57e8d894c6b75c816143102d (patch) | |
tree | 22dd18919ef012e0539c26a2d8456dc32c90d092 /about-customize.html | |
parent | 6b87843fc38c1646615ab0342a703f7ab3caf1cb (diff) |
Corrected header size of some about pages
In the previous commit that the about pages were separated, I missed
setting some of their titles to <h2>, they were <h1> by mistsake.
Diffstat (limited to 'about-customize.html')
-rw-r--r-- | about-customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about-customize.html b/about-customize.html index 6f66dc2..d978072 100644 --- a/about-customize.html +++ b/about-customize.html @@ -78,7 +78,7 @@ <hr /> <p align="right">Next: <a href="about-tips.html">Tips for designing your project</a>, Previous: <a href="about-architecture.html">Maneage architecture</a>, Up: <a href="about.html">About</a> </p> - <h1>Customization checklist</h1> + <h2>Customization checklist</h2> <p>Take the following steps to fully customize Maneage for your research project. After finishing the list, be sure to run <code>./project configure</code> and |