add uninstall-cfw to masthead and site nav
This commit is contained in:
parent
27066c92ba
commit
189144df37
3 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@ main:
|
||||||
title: Site Navigation
|
title: Site Navigation
|
||||||
-
|
-
|
||||||
title: Updating B9S
|
title: Updating B9S
|
||||||
|
-
|
||||||
|
title: Uninstall CFW
|
||||||
bottom:
|
bottom:
|
||||||
-
|
-
|
||||||
title: For support in English, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>.
|
title: For support in English, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>.
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}troubleshooting">{{ titles[2].title }}</a></li>
|
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}troubleshooting">{{ titles[2].title }}</a></li>
|
||||||
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}region-changing">{{ titles[6].title }}</a></li>
|
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}region-changing">{{ titles[6].title }}</a></li>
|
||||||
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}godmode9-usage">{{ titles[7].title }}</a></li>
|
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}godmode9-usage">{{ titles[7].title }}</a></li>
|
||||||
|
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}uninstall-cfw">{{ titles[10].title }}</a></li>
|
||||||
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}site-navigation">{{ titles[8].title }}</a></li>
|
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}site-navigation">{{ titles[8].title }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="hidden-links links-menu hidden"></ul>
|
<ul class="hidden-links links-menu hidden"></ul>
|
||||||
|
|
|
@ -47,6 +47,7 @@ sitemap: false
|
||||||
+ [Region Changing](region-changing)
|
+ [Region Changing](region-changing)
|
||||||
+ [Troubleshooting](troubleshooting)
|
+ [Troubleshooting](troubleshooting)
|
||||||
+ [Updating B9S](updating-b9s)
|
+ [Updating B9S](updating-b9s)
|
||||||
|
+ [Uninstall CFW](uninstall-cfw)
|
||||||
+ [Why Ads?](why-ads)
|
+ [Why Ads?](why-ads)
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
<div class="notice--primary">{{ notice-2 | markdownify }}</div>
|
<div class="notice--primary">{{ notice-2 | markdownify }}</div>
|
||||||
|
|
Loading…
Reference in a new issue