diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-07 16:27:57 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-07 16:27:57 +0000 |
commit | ce264ddc58b9eb015efe9dec15a268481c03726d (patch) | |
tree | 50dfa1db84ae888c3a91a8367889eae4b35201d3 /site | |
parent | 445816c2cd8291f109121f571dc4ccddf5fa8868 (diff) |
rename the quickstart page to guide in the navbar
it occupies less horizontal space which avoids the wrapping on (some) mobiles
Diffstat (limited to 'site')
-rw-r--r-- | site/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile index 4752093..6a26f88 100644 --- a/site/Makefile +++ b/site/Makefile @@ -10,7 +10,7 @@ PAGES = index.gmi \ TITLE_index.gmi = home TITLE_changelog.gmi = changelog TITLE_contrib.gmi = contrib -TITLE_quickstart.gmi = quickstart +TITLE_quickstart.gmi = guide TITLE_faq.gmi = FAQ REPOLOGY_BANNER = https://repology.org/badge/vertical-allrepos/gmid.svg |