add uninstall-cfw to masthead and site nav

This commit is contained in:
Plailect 2017-07-12 03:29:36 -04:00 committed by Plailect
parent 27066c92ba
commit 189144df37
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
3 changed files with 4 additions and 0 deletions

View file

@ -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>.

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 }}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>

View file

@ -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>