diff --git a/_data/en-US/categories.json b/_data/en-US/categories.json index 578aa42a..982f6687 100644 --- a/_data/en-US/categories.json +++ b/_data/en-US/categories.json @@ -36,13 +36,16 @@ } ], "nds-bootstrap": [ + + ], + "gbarunner2": [ + + ], + "hiyacfw": [ { "key": "other", "title": "Other" } - ], - "gbarunner2": [ - ], "other": [ diff --git a/_data/en-US/nav.json b/_data/en-US/nav.json index 831393c2..91ac0fa0 100644 --- a/_data/en-US/nav.json +++ b/_data/en-US/nav.json @@ -18,6 +18,10 @@ "title": "GBARunner2", "url": "/gbarunner2" }, + { + "title": "hiyaCFW", + "url": "/hiyacfw" + }, { "title": "Other Projects", "url": "/other" diff --git a/_layouts/wiki.html b/_layouts/wiki.html index 3cbb8c98..fd1cbcbc 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -17,22 +17,23 @@ layout: compress
-

{{ page.long_title | default: page.title }}

-
+

{{ page.long_title | default: page.title }}

+
{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %}