add uninstall-cfw to masthead and site nav

This commit is contained in:
Plailect 2017-07-12 03:29:36 -04:00
parent 1cd5fac2c2
commit 464c9b338f
3 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@ main:
title: Site Navigation
-
title: Updating B9S
-
title: Uninstall CFW
bottom:
-
title: For support in English, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>.

View file

@ -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 }}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 }}uninstall-cfw">{{ titles[10].title }}</a></li>
<li class="masthead__menu-item"><a href="{{ domain }}{{ locale_var }}site-navigation">{{ titles[8].title }}</a></li>
</ul>
<ul class="hidden-links links-menu hidden"></ul>

View file

@ -47,6 +47,7 @@ sitemap: false
+ [Region Changing](region-changing)
+ [Troubleshooting](troubleshooting)
+ [Updating B9S](updating-b9s)
+ [Uninstall CFW](uninstall-cfw)
+ [Why Ads?](why-ads)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>