diff --git a/_config.yml b/_config.yml
index a040521d45..83568c0d31 100644
--- a/_config.yml
+++ b/_config.yml
@@ -112,6 +112,7 @@ author:
include:
- .htaccess
- _pages
+ - _pages/en_US
exclude: [
"*.sublime-project",
"*.sublime-workspace",
@@ -205,16 +206,6 @@ sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
-# Defaults
-defaults:
- # _pages
- - scope:
- path: ""
- type: pages
- values:
- layout: single
- author_profile: false
-
# Plugins
gems:
- jekyll-paginate
@@ -268,3 +259,387 @@ compress_html:
clippings: all
ignore:
envs: development
+
+# Defaults
+defaults:
+ # _pages
+ - scope:
+ path: ""
+ type: pages
+ values:
+ layout: single
+ author_profile: false
+ - scope:
+ path: "_pages/af_ZA"
+ type: pages
+ values:
+ permalink: /af_ZA/:basename:output_ext
+ lang: af
+ - scope:
+ path: "_pages/ar_SA"
+ type: pages
+ values:
+ permalink: /ar_SA/:basename:output_ext
+ lang: ar
+ - scope:
+ path: "_pages/ca_ES"
+ type: pages
+ values:
+ permalink: /ca_ES/:basename:output_ext
+ lang: ca
+ - scope:
+ path: "_pages/cs_CZ"
+ type: pages
+ values:
+ permalink: /cs_CZ/:basename:output_ext
+ lang: cs
+ - scope:
+ path: "_pages/da_DK"
+ type: pages
+ values:
+ permalink: /da_DK/:basename:output_ext
+ lang: da
+ - scope:
+ path: "_pages/de_DE"
+ type: pages
+ values:
+ permalink: /de_DE/:basename:output_ext
+ lang: ds
+ - scope:
+ path: "_pages/el_GR"
+ type: pages
+ values:
+ permalink: /el_GR/:basename:output_ext
+ lang: el
+ - scope:
+ path: "_pages/en_PT"
+ type: pages
+ values:
+ permalink: /en_PT/:basename:output_ext
+ lang: en-PT
+ - scope:
+ path: "_pages/en_US"
+ type: pages
+ values:
+ permalink: /:basename:output_ext
+ lang: en
+ - scope:
+ path: "_pages/es_ES"
+ type: pages
+ values:
+ permalink: /es_ES/:basename:output_ext
+ lang: es
+ - scope:
+ path: "_pages/fi_FI"
+ type: pages
+ values:
+ permalink: /fi_FI/:basename:output_ext
+ lang: fi
+ - scope:
+ path: "_pages/fr_FR"
+ type: pages
+ values:
+ permalink: /fr_FR/:basename:output_ext
+ lang: fr
+ - scope:
+ path: "_pages/he_IL"
+ type: pages
+ values:
+ permalink: /he_IL/:basename:output_ext
+ lang: he
+ - scope:
+ path: "_pages/hu_HU"
+ type: pages
+ values:
+ permalink: /hu_HU/:basename:output_ext
+ lang: hu
+ - scope:
+ path: "_pages/id_ID"
+ type: pages
+ values:
+ permalink: /id_ID/:basename:output_ext
+ lang: id
+ - scope:
+ path: "_pages/it_IT"
+ type: pages
+ values:
+ permalink: /it_IT/:basename:output_ext
+ lang: it
+ - scope:
+ path: "_pages/ja_JP"
+ type: pages
+ values:
+ permalink: /ja_JP/:basename:output_ext
+ lang: ja
+ - scope:
+ path: "_pages/ko_KR"
+ type: pages
+ values:
+ permalink: /ko_KR/:basename:output_ext
+ lang: ko
+ - scope:
+ path: "_pages/ms_MY"
+ type: pages
+ values:
+ permalink: /ms_MY/:basename:output_ext
+ lang: ms
+ - scope:
+ path: "_pages/no_NO"
+ type: pages
+ values:
+ permalink: /no_NO/:basename:output_ext
+ lang: no-NO
+ - scope:
+ path: "_pages/nl_NL"
+ type: pages
+ values:
+ permalink: /nl_NL/:basename:output_ext
+ lang: nl
+ - scope:
+ path: "_pages/pl_PL"
+ type: pages
+ values:
+ permalink: /pl_PL/:basename:output_ext
+ lang: pl
+ - scope:
+ path: "_pages/pt_BR"
+ type: pages
+ values:
+ permalink: /pt_BR/:basename:output_ext
+ lang: pt-BR
+ - scope:
+ path: "_pages/pt_PT"
+ type: pages
+ values:
+ permalink: /pt_PT/:basename:output_ext
+ lang: pt-PT
+ - scope:
+ path: "_pages/ro_RO"
+ type: pages
+ values:
+ permalink: /ro_RO/:basename:output_ext
+ lang: ro
+ - scope:
+ path: "_pages/ru_RU"
+ type: pages
+ values:
+ permalink: /ru_RU/:basename:output_ext
+ lang: ru
+ - scope:
+ path: "_pages/sr_SP"
+ type: pages
+ values:
+ permalink: /sr_SP/:basename:output_ext
+ lang: sr
+ - scope:
+ path: "_pages/sv_SE"
+ type: pages
+ values:
+ permalink: /sv_SE/:basename:output_ext
+ lang: sv
+ - scope:
+ path: "_pages/th_TH"
+ type: pages
+ values:
+ permalink: /th_TH/:basename:output_ext
+ lang: th
+ - scope:
+ path: "_pages/tr_TR"
+ type: pages
+ values:
+ permalink: /tr_TR/:basename:output_ext
+ lang: tr
+ - scope:
+ path: "_pages/uk_UA"
+ type: pages
+ values:
+ permalink: /uk_UA/:basename:output_ext
+ lang: uk
+ - scope:
+ path: "_pages/vi_VN"
+ type: pages
+ values:
+ permalink: /vi_VN/:basename:output_ext
+ lang: vi
+ - scope:
+ path: "_pages/zh_CN"
+ type: pages
+ values:
+ permalink: /zh_CN/:basename:output_ext
+ lang: zh-Hans
+ - scope:
+ path: "_pages/zh_TW"
+ type: pages
+ values:
+ permalink: /zh_TW/:basename:output_ext
+ lang: zh-Hant
+ - scope:
+ path: "_pages/af_ZA/home.txt"
+ type: pages
+ values:
+ permalink: /af_ZA/index:output_ext
+ - scope:
+ path: "_pages/ar_SA/home.txt"
+ type: pages
+ values:
+ permalink: /ar_SA/index:output_ext
+ - scope:
+ path: "_pages/ca_ES/home.txt"
+ type: pages
+ values:
+ permalink: /ca_ES/index:output_ext
+ - scope:
+ path: "_pages/cs_CZ/home.txt"
+ type: pages
+ values:
+ permalink: /cs_CZ/index:output_ext
+ - scope:
+ path: "_pages/da_DK/home.txt"
+ type: pages
+ values:
+ permalink: /da_DK/index:output_ext
+ - scope:
+ path: "_pages/de_DE/home.txt"
+ type: pages
+ values:
+ permalink: /de_DE/index:output_ext
+ - scope:
+ path: "_pages/el_GR/home.txt"
+ type: pages
+ values:
+ permalink: /el_GR/index:output_ext
+ - scope:
+ path: "_pages/en_PT/home.txt"
+ type: pages
+ values:
+ permalink: /en_PT/index:output_ext
+ - scope:
+ path: "_pages/en_US/home.txt"
+ type: pages
+ values:
+ permalink: /index:output_ext
+ - scope:
+ path: "_pages/es_ES/home.txt"
+ type: pages
+ values:
+ permalink: /es_ES/index:output_ext
+ - scope:
+ path: "_pages/fi_FI/home.txt"
+ type: pages
+ values:
+ permalink: /fi_FI/index:output_ext
+ - scope:
+ path: "_pages/fr_FR/home.txt"
+ type: pages
+ values:
+ permalink: /fr_FR/index:output_ext
+ - scope:
+ path: "_pages/he_IL/home.txt"
+ type: pages
+ values:
+ permalink: /he_IL/index:output_ext
+ - scope:
+ path: "_pages/hu_HU/home.txt"
+ type: pages
+ values:
+ permalink: /hu_HU/index:output_ext
+ - scope:
+ path: "_pages/id_ID/home.txt"
+ type: pages
+ values:
+ permalink: /id_ID/index:output_ext
+ - scope:
+ path: "_pages/it_IT/home.txt"
+ type: pages
+ values:
+ permalink: /it_IT/index:output_ext
+ - scope:
+ path: "_pages/ja_JP/home.txt"
+ type: pages
+ values:
+ permalink: /ja_JP/index:output_ext
+ - scope:
+ path: "_pages/ko_KR/home.txt"
+ type: pages
+ values:
+ permalink: /ko_KR/index:output_ext
+ - scope:
+ path: "_pages/ms_MY/home.txt"
+ type: pages
+ values:
+ permalink: /ms_MY/index:output_ext
+ - scope:
+ path: "_pages/no_NO/home.txt"
+ type: pages
+ values:
+ permalink: /no_NO/index:output_ext
+ - scope:
+ path: "_pages/nl_NL/home.txt"
+ type: pages
+ values:
+ permalink: /nl_NL/index:output_ext
+ - scope:
+ path: "_pages/pl_PL/home.txt"
+ type: pages
+ values:
+ permalink: /pl_PL/index:output_ext
+ - scope:
+ path: "_pages/pt_BR/home.txt"
+ type: pages
+ values:
+ permalink: /pt_BR/index:output_ext
+ - scope:
+ path: "_pages/pt_PT/home.txt"
+ type: pages
+ values:
+ permalink: /pt_PT/index:output_ext
+ - scope:
+ path: "_pages/ro_RO/home.txt"
+ type: pages
+ values:
+ permalink: /ro_RO/index:output_ext
+ - scope:
+ path: "_pages/ru_RU/home.txt"
+ type: pages
+ values:
+ permalink: /ru_RU/index:output_ext
+ - scope:
+ path: "_pages/sr_SP/home.txt"
+ type: pages
+ values:
+ permalink: /sr_SP/index:output_ext
+ - scope:
+ path: "_pages/sv_SE/home.txt"
+ type: pages
+ values:
+ permalink: /sv_SE/index:output_ext
+ - scope:
+ path: "_pages/th_TH/home.txt"
+ type: pages
+ values:
+ permalink: /th_TH/index:output_ext
+ - scope:
+ path: "_pages/tr_TR/home.txt"
+ type: pages
+ values:
+ permalink: /tr_TR/index:output_ext
+ - scope:
+ path: "_pages/uk_UA/home.txt"
+ type: pages
+ values:
+ permalink: /uk_UA/index:output_ext
+ - scope:
+ path: "_pages/vi_VN/home.txt"
+ type: pages
+ values:
+ permalink: /vi_VN/index:output_ext
+ - scope:
+ path: "_pages/zh_CN/home.txt"
+ type: pages
+ values:
+ permalink: /zh_CN/index:output_ext
+ - scope:
+ path: "_pages/zh_TW/home.txt"
+ type: pages
+ values:
+ permalink: /zh_TW/index:output_ext
\ No newline at end of file
diff --git a/_pages/af_ZA/404.txt b/_pages/af_ZA/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/af_ZA/404.txt
+++ b/_pages/af_ZA/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/af_ZA/9.2.0-ctrtransfer.txt b/_pages/af_ZA/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/af_ZA/9.2.0-ctrtransfer.txt
+++ b/_pages/af_ZA/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/af_ZA/cart-update.txt b/_pages/af_ZA/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/af_ZA/cart-update.txt
+++ b/_pages/af_ZA/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/af_ZA/credits.txt b/_pages/af_ZA/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/af_ZA/credits.txt
+++ b/_pages/af_ZA/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/af_ZA/donations.txt b/_pages/af_ZA/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/af_ZA/donations.txt
+++ b/_pages/af_ZA/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/af_ZA/f3-(linux).txt b/_pages/af_ZA/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/af_ZA/f3-(linux).txt
+++ b/_pages/af_ZA/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/af_ZA/f3x-(mac).txt b/_pages/af_ZA/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/af_ZA/f3x-(mac).txt
+++ b/_pages/af_ZA/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/af_ZA/faq.txt b/_pages/af_ZA/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/af_ZA/faq.txt
+++ b/_pages/af_ZA/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/af_ZA/file-extensions-(windows).txt b/_pages/af_ZA/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/af_ZA/file-extensions-(windows).txt
+++ b/_pages/af_ZA/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/af_ZA/finalizing-setup.txt b/_pages/af_ZA/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/af_ZA/finalizing-setup.txt
+++ b/_pages/af_ZA/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/af_ZA/get-started-(new-3ds).txt b/_pages/af_ZA/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/af_ZA/get-started-(new-3ds).txt
+++ b/_pages/af_ZA/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/af_ZA/get-started-(old-3ds).txt b/_pages/af_ZA/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/af_ZA/get-started-(old-3ds).txt
+++ b/_pages/af_ZA/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/af_ZA/get-started.txt b/_pages/af_ZA/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/af_ZA/get-started.txt
+++ b/_pages/af_ZA/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/af_ZA/godmode9-usage.txt b/_pages/af_ZA/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/af_ZA/godmode9-usage.txt
+++ b/_pages/af_ZA/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/af_ZA/h2testw-(windows).txt b/_pages/af_ZA/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/af_ZA/h2testw-(windows).txt
+++ b/_pages/af_ZA/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/af_ZA/home.txt b/_pages/af_ZA/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/af_ZA/home.txt
+++ b/_pages/af_ZA/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/af_ZA/homebrew-launcher-(alternatives).txt b/_pages/af_ZA/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/af_ZA/homebrew-launcher-(alternatives).txt
+++ b/_pages/af_ZA/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/af_ZA/homebrew-launcher-(soundhax).txt b/_pages/af_ZA/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/af_ZA/homebrew-launcher-(soundhax).txt
+++ b/_pages/af_ZA/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt
+++ b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/af_ZA/installing-boot9strap-(browser).txt b/_pages/af_ZA/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/af_ZA/installing-boot9strap-(browser).txt
+++ b/_pages/af_ZA/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware).txt b/_pages/af_ZA/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/af_ZA/installing-boot9strap-(dsiware).txt
+++ b/_pages/af_ZA/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/af_ZA/installing-boot9strap-(hardmod).txt b/_pages/af_ZA/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/af_ZA/installing-boot9strap-(hardmod).txt
+++ b/_pages/af_ZA/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/af_ZA/installing-boot9strap-(mset).txt b/_pages/af_ZA/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/af_ZA/installing-boot9strap-(mset).txt
+++ b/_pages/af_ZA/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/af_ZA/move-emunand.txt b/_pages/af_ZA/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/af_ZA/move-emunand.txt
+++ b/_pages/af_ZA/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/af_ZA/ntr-and-cubic-ninja.txt b/_pages/af_ZA/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/af_ZA/ntr-and-cubic-ninja.txt
+++ b/_pages/af_ZA/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/af_ZA/region-changing.txt b/_pages/af_ZA/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/af_ZA/region-changing.txt
+++ b/_pages/af_ZA/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/af_ZA/site-navigation.txt b/_pages/af_ZA/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/af_ZA/site-navigation.txt
+++ b/_pages/af_ZA/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/af_ZA/troubleshooting.txt b/_pages/af_ZA/troubleshooting.txt
index 2bee94ce68..83c126993b 100644
--- a/_pages/af_ZA/troubleshooting.txt
+++ b/_pages/af_ZA/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/af_ZA/updating-to-boot9strap.txt b/_pages/af_ZA/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/af_ZA/updating-to-boot9strap.txt
+++ b/_pages/af_ZA/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/af_ZA/why-ads.txt b/_pages/af_ZA/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/af_ZA/why-ads.txt
+++ b/_pages/af_ZA/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/ar_SA/404.txt b/_pages/ar_SA/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/ar_SA/404.txt
+++ b/_pages/ar_SA/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/ar_SA/9.2.0-ctrtransfer.txt b/_pages/ar_SA/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/ar_SA/9.2.0-ctrtransfer.txt
+++ b/_pages/ar_SA/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/ar_SA/cart-update.txt b/_pages/ar_SA/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/ar_SA/cart-update.txt
+++ b/_pages/ar_SA/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/ar_SA/credits.txt b/_pages/ar_SA/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/ar_SA/credits.txt
+++ b/_pages/ar_SA/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/ar_SA/donations.txt b/_pages/ar_SA/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/ar_SA/donations.txt
+++ b/_pages/ar_SA/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/ar_SA/f3-(linux).txt b/_pages/ar_SA/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/ar_SA/f3-(linux).txt
+++ b/_pages/ar_SA/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/ar_SA/f3x-(mac).txt b/_pages/ar_SA/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/ar_SA/f3x-(mac).txt
+++ b/_pages/ar_SA/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/ar_SA/faq.txt b/_pages/ar_SA/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/ar_SA/faq.txt
+++ b/_pages/ar_SA/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/ar_SA/file-extensions-(windows).txt b/_pages/ar_SA/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/ar_SA/file-extensions-(windows).txt
+++ b/_pages/ar_SA/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/ar_SA/finalizing-setup.txt b/_pages/ar_SA/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/ar_SA/finalizing-setup.txt
+++ b/_pages/ar_SA/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ar_SA/get-started-(new-3ds).txt b/_pages/ar_SA/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/ar_SA/get-started-(new-3ds).txt
+++ b/_pages/ar_SA/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/ar_SA/get-started-(old-3ds).txt b/_pages/ar_SA/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/ar_SA/get-started-(old-3ds).txt
+++ b/_pages/ar_SA/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/ar_SA/get-started.txt b/_pages/ar_SA/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/ar_SA/get-started.txt
+++ b/_pages/ar_SA/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ar_SA/godmode9-usage.txt b/_pages/ar_SA/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/ar_SA/godmode9-usage.txt
+++ b/_pages/ar_SA/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/ar_SA/h2testw-(windows).txt b/_pages/ar_SA/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/ar_SA/h2testw-(windows).txt
+++ b/_pages/ar_SA/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/ar_SA/home.txt b/_pages/ar_SA/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/ar_SA/home.txt
+++ b/_pages/ar_SA/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ar_SA/homebrew-launcher-(alternatives).txt b/_pages/ar_SA/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/ar_SA/homebrew-launcher-(alternatives).txt
+++ b/_pages/ar_SA/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/ar_SA/homebrew-launcher-(soundhax).txt b/_pages/ar_SA/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/ar_SA/homebrew-launcher-(soundhax).txt
+++ b/_pages/ar_SA/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ar_SA/installing-boot9strap-(browser).txt b/_pages/ar_SA/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/ar_SA/installing-boot9strap-(browser).txt
+++ b/_pages/ar_SA/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware).txt b/_pages/ar_SA/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/ar_SA/installing-boot9strap-(dsiware).txt
+++ b/_pages/ar_SA/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ar_SA/installing-boot9strap-(hardmod).txt b/_pages/ar_SA/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/ar_SA/installing-boot9strap-(hardmod).txt
+++ b/_pages/ar_SA/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ar_SA/installing-boot9strap-(mset).txt b/_pages/ar_SA/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/ar_SA/installing-boot9strap-(mset).txt
+++ b/_pages/ar_SA/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ar_SA/move-emunand.txt b/_pages/ar_SA/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/ar_SA/move-emunand.txt
+++ b/_pages/ar_SA/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ar_SA/ntr-and-cubic-ninja.txt b/_pages/ar_SA/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/ar_SA/ntr-and-cubic-ninja.txt
+++ b/_pages/ar_SA/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ar_SA/region-changing.txt b/_pages/ar_SA/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/ar_SA/region-changing.txt
+++ b/_pages/ar_SA/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/ar_SA/site-navigation.txt b/_pages/ar_SA/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/ar_SA/site-navigation.txt
+++ b/_pages/ar_SA/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ar_SA/troubleshooting.txt b/_pages/ar_SA/troubleshooting.txt
index 2bee94ce68..83c126993b 100644
--- a/_pages/ar_SA/troubleshooting.txt
+++ b/_pages/ar_SA/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/ar_SA/updating-to-boot9strap.txt b/_pages/ar_SA/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/ar_SA/updating-to-boot9strap.txt
+++ b/_pages/ar_SA/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ar_SA/why-ads.txt b/_pages/ar_SA/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/ar_SA/why-ads.txt
+++ b/_pages/ar_SA/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/ca_ES/404.txt b/_pages/ca_ES/404.txt
index 7a474317f7..f965ce6d3b 100644
--- a/_pages/ca_ES/404.txt
+++ b/_pages/ca_ES/404.txt
@@ -1,7 +1,5 @@
---
-title: "Pàgina no trobada" #
-lang: ca
-permalink: /ca_ES/404.html
+title: "Pàgina no trobada"
layout: single-no-ads
excerpt: "No s'ha trobat la pàgina. Els vostres píxels són a un altre llenç." #
sitemap: false
diff --git a/_pages/ca_ES/9.2.0-ctrtransfer.txt b/_pages/ca_ES/9.2.0-ctrtransfer.txt
index 624e65d7aa..e65ea76433 100644
--- a/_pages/ca_ES/9.2.0-ctrtransfer.txt
+++ b/_pages/ca_ES/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ca
-permalink: /ca_ES/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/ca_ES/cart-update.txt b/_pages/ca_ES/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/ca_ES/cart-update.txt
+++ b/_pages/ca_ES/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/ca_ES/credits.txt b/_pages/ca_ES/credits.txt
index de13303bcf..0ad5e39538 100644
--- a/_pages/ca_ES/credits.txt
+++ b/_pages/ca_ES/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Crèdits" #
-lang: ca_ES
-permalink: /ca_ES/credits.html
+title: "Crèdits"
---
**Un agraïment especial a tots els de [#Cakey a Freenode]
diff --git a/_pages/ca_ES/donations.txt b/_pages/ca_ES/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/ca_ES/donations.txt
+++ b/_pages/ca_ES/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/ca_ES/f3-(linux).txt b/_pages/ca_ES/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/ca_ES/f3-(linux).txt
+++ b/_pages/ca_ES/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/ca_ES/f3x-(mac).txt b/_pages/ca_ES/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/ca_ES/f3x-(mac).txt
+++ b/_pages/ca_ES/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/ca_ES/faq.txt b/_pages/ca_ES/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/ca_ES/faq.txt
+++ b/_pages/ca_ES/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/ca_ES/file-extensions-(windows).txt b/_pages/ca_ES/file-extensions-(windows).txt
index b6ec9a946e..7b5bf06ad2 100644
--- a/_pages/ca_ES/file-extensions-(windows).txt
+++ b/_pages/ca_ES/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: ca
-permalink: /file-extensions-(windows).html
+lang: ca
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/ca_ES/finalizing-setup.txt b/_pages/ca_ES/finalizing-setup.txt
index 552a077173..14c6d4ebdf 100644
--- a/_pages/ca_ES/finalizing-setup.txt
+++ b/_pages/ca_ES/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: ca
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ca_ES/get-started-(new-3ds).txt b/_pages/ca_ES/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/ca_ES/get-started-(new-3ds).txt
+++ b/_pages/ca_ES/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/ca_ES/get-started-(old-3ds).txt b/_pages/ca_ES/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/ca_ES/get-started-(old-3ds).txt
+++ b/_pages/ca_ES/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/ca_ES/get-started.txt b/_pages/ca_ES/get-started.txt
index e4e681ccfb..e22af95cb6 100644
--- a/_pages/ca_ES/get-started.txt
+++ b/_pages/ca_ES/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Comencem" #
-lang: ca
-permalink: /ca_ES/get-started.html
+title: "Comencem"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ca_ES/godmode9-usage.txt b/_pages/ca_ES/godmode9-usage.txt
index 984fe5f7d5..a33b8e9ebf 100644
--- a/_pages/ca_ES/godmode9-usage.txt
+++ b/_pages/ca_ES/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: ca
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/ca_ES/h2testw-(windows).txt b/_pages/ca_ES/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/ca_ES/h2testw-(windows).txt
+++ b/_pages/ca_ES/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/ca_ES/home.txt b/_pages/ca_ES/home.txt
index 42d7aa07bb..53a09fb4c9 100644
--- a/_pages/ca_ES/home.txt
+++ b/_pages/ca_ES/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: ca
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ca_ES/homebrew-launcher-(alternatives).txt b/_pages/ca_ES/homebrew-launcher-(alternatives).txt
index 1cf07a8770..748ecd057b 100644
--- a/_pages/ca_ES/homebrew-launcher-(alternatives).txt
+++ b/_pages/ca_ES/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: ca
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/ca_ES/homebrew-launcher-(soundhax).txt b/_pages/ca_ES/homebrew-launcher-(soundhax).txt
index dab359dda9..3f31ee8db0 100644
--- a/_pages/ca_ES/homebrew-launcher-(soundhax).txt
+++ b/_pages/ca_ES/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: ca
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt
index 7b72de666f..0a5063499b 100644
--- a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: ca
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ca_ES/installing-boot9strap-(browser).txt b/_pages/ca_ES/installing-boot9strap-(browser).txt
index ef1ceef6e4..f46c79f3ce 100644
--- a/_pages/ca_ES/installing-boot9strap-(browser).txt
+++ b/_pages/ca_ES/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: ca
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware).txt b/_pages/ca_ES/installing-boot9strap-(dsiware).txt
index 38a8042c9b..802164306a 100644
--- a/_pages/ca_ES/installing-boot9strap-(dsiware).txt
+++ b/_pages/ca_ES/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: ca
-permalink: /installing-boot9strap-(dsiware).html
+lang: ca
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt
index 93b9fd7a5d..5a86dd4c85 100644
--- a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: ca
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: ca
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt
index 4776b3aad1..1d83a88238 100644
--- a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: ca
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: ca
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt
index 8c39aeaa72..b491dd4a44 100644
--- a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: ca
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: ca
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ca_ES/installing-boot9strap-(hardmod).txt b/_pages/ca_ES/installing-boot9strap-(hardmod).txt
index 54a47b1633..ee952a9197 100644
--- a/_pages/ca_ES/installing-boot9strap-(hardmod).txt
+++ b/_pages/ca_ES/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: ca
-permalink: /installing-boot9strap-(hardmod).html
+lang: ca
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt
index 3ac015552a..2bb74b35a1 100644
--- a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: ca
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ca_ES/installing-boot9strap-(mset).txt b/_pages/ca_ES/installing-boot9strap-(mset).txt
index 0b61d7a8f1..3fc5eab58d 100644
--- a/_pages/ca_ES/installing-boot9strap-(mset).txt
+++ b/_pages/ca_ES/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: ca
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ca_ES/move-emunand.txt b/_pages/ca_ES/move-emunand.txt
index 5c6ddc25c0..d212bfe6b4 100644
--- a/_pages/ca_ES/move-emunand.txt
+++ b/_pages/ca_ES/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: ca
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ca_ES/ntr-and-cubic-ninja.txt b/_pages/ca_ES/ntr-and-cubic-ninja.txt
index 63154d3c1a..f02c332bff 100644
--- a/_pages/ca_ES/ntr-and-cubic-ninja.txt
+++ b/_pages/ca_ES/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: ca
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ca_ES/region-changing.txt b/_pages/ca_ES/region-changing.txt
index 5f8a840b59..f80eafab6f 100644
--- a/_pages/ca_ES/region-changing.txt
+++ b/_pages/ca_ES/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: ca
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/ca_ES/site-navigation.txt b/_pages/ca_ES/site-navigation.txt
index e8ac751d8f..531035da84 100644
--- a/_pages/ca_ES/site-navigation.txt
+++ b/_pages/ca_ES/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: ca
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ca_ES/troubleshooting.txt b/_pages/ca_ES/troubleshooting.txt
index 635caddc1d..b9e5d88c7b 100644
--- a/_pages/ca_ES/troubleshooting.txt
+++ b/_pages/ca_ES/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: ca
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/ca_ES/updating-to-boot9strap.txt b/_pages/ca_ES/updating-to-boot9strap.txt
index f402bc436d..46c9144206 100644
--- a/_pages/ca_ES/updating-to-boot9strap.txt
+++ b/_pages/ca_ES/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: ca
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ca_ES/why-ads.txt b/_pages/ca_ES/why-ads.txt
index d732836900..577d660363 100644
--- a/_pages/ca_ES/why-ads.txt
+++ b/_pages/ca_ES/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Per què anuncis?" #
-lang: ca
-permalink: /ca_ES/why-ads.html
+title: "Per què anuncis?"
layout: single-no-ads
---
diff --git a/_pages/cs_CZ/404.txt b/_pages/cs_CZ/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/cs_CZ/404.txt
+++ b/_pages/cs_CZ/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/cs_CZ/9.2.0-ctrtransfer.txt b/_pages/cs_CZ/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/cs_CZ/9.2.0-ctrtransfer.txt
+++ b/_pages/cs_CZ/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/cs_CZ/cart-update.txt b/_pages/cs_CZ/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/cs_CZ/cart-update.txt
+++ b/_pages/cs_CZ/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/cs_CZ/credits.txt b/_pages/cs_CZ/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/cs_CZ/credits.txt
+++ b/_pages/cs_CZ/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/cs_CZ/donations.txt b/_pages/cs_CZ/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/cs_CZ/donations.txt
+++ b/_pages/cs_CZ/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/cs_CZ/f3-(linux).txt b/_pages/cs_CZ/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/cs_CZ/f3-(linux).txt
+++ b/_pages/cs_CZ/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/cs_CZ/f3x-(mac).txt b/_pages/cs_CZ/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/cs_CZ/f3x-(mac).txt
+++ b/_pages/cs_CZ/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/cs_CZ/faq.txt b/_pages/cs_CZ/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/cs_CZ/faq.txt
+++ b/_pages/cs_CZ/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/cs_CZ/file-extensions-(windows).txt b/_pages/cs_CZ/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/cs_CZ/file-extensions-(windows).txt
+++ b/_pages/cs_CZ/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/cs_CZ/finalizing-setup.txt b/_pages/cs_CZ/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/cs_CZ/finalizing-setup.txt
+++ b/_pages/cs_CZ/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/cs_CZ/get-started-(new-3ds).txt b/_pages/cs_CZ/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/cs_CZ/get-started-(new-3ds).txt
+++ b/_pages/cs_CZ/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/cs_CZ/get-started-(old-3ds).txt b/_pages/cs_CZ/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/cs_CZ/get-started-(old-3ds).txt
+++ b/_pages/cs_CZ/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/cs_CZ/get-started.txt b/_pages/cs_CZ/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/cs_CZ/get-started.txt
+++ b/_pages/cs_CZ/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/cs_CZ/godmode9-usage.txt b/_pages/cs_CZ/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/cs_CZ/godmode9-usage.txt
+++ b/_pages/cs_CZ/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/cs_CZ/h2testw-(windows).txt b/_pages/cs_CZ/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/cs_CZ/h2testw-(windows).txt
+++ b/_pages/cs_CZ/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/cs_CZ/home.txt b/_pages/cs_CZ/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/cs_CZ/home.txt
+++ b/_pages/cs_CZ/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt
+++ b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt
+++ b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/cs_CZ/installing-boot9strap-(browser).txt b/_pages/cs_CZ/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/cs_CZ/installing-boot9strap-(browser).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/cs_CZ/installing-boot9strap-(dsiware).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/cs_CZ/installing-boot9strap-(mset).txt b/_pages/cs_CZ/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/cs_CZ/installing-boot9strap-(mset).txt
+++ b/_pages/cs_CZ/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/cs_CZ/move-emunand.txt b/_pages/cs_CZ/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/cs_CZ/move-emunand.txt
+++ b/_pages/cs_CZ/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/cs_CZ/ntr-and-cubic-ninja.txt b/_pages/cs_CZ/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/cs_CZ/ntr-and-cubic-ninja.txt
+++ b/_pages/cs_CZ/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/cs_CZ/region-changing.txt b/_pages/cs_CZ/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/cs_CZ/region-changing.txt
+++ b/_pages/cs_CZ/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/cs_CZ/site-navigation.txt b/_pages/cs_CZ/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/cs_CZ/site-navigation.txt
+++ b/_pages/cs_CZ/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/cs_CZ/troubleshooting.txt b/_pages/cs_CZ/troubleshooting.txt
index 2bee94ce68..83c126993b 100644
--- a/_pages/cs_CZ/troubleshooting.txt
+++ b/_pages/cs_CZ/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/cs_CZ/updating-to-boot9strap.txt b/_pages/cs_CZ/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/cs_CZ/updating-to-boot9strap.txt
+++ b/_pages/cs_CZ/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/cs_CZ/why-ads.txt b/_pages/cs_CZ/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/cs_CZ/why-ads.txt
+++ b/_pages/cs_CZ/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/da_DK/404.txt b/_pages/da_DK/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/da_DK/404.txt
+++ b/_pages/da_DK/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/da_DK/9.2.0-ctrtransfer.txt b/_pages/da_DK/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/da_DK/9.2.0-ctrtransfer.txt
+++ b/_pages/da_DK/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/da_DK/cart-update.txt b/_pages/da_DK/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/da_DK/cart-update.txt
+++ b/_pages/da_DK/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/da_DK/credits.txt b/_pages/da_DK/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/da_DK/credits.txt
+++ b/_pages/da_DK/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/da_DK/donations.txt b/_pages/da_DK/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/da_DK/donations.txt
+++ b/_pages/da_DK/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/da_DK/f3-(linux).txt b/_pages/da_DK/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/da_DK/f3-(linux).txt
+++ b/_pages/da_DK/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/da_DK/f3x-(mac).txt b/_pages/da_DK/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/da_DK/f3x-(mac).txt
+++ b/_pages/da_DK/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/da_DK/faq.txt b/_pages/da_DK/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/da_DK/faq.txt
+++ b/_pages/da_DK/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/da_DK/file-extensions-(windows).txt b/_pages/da_DK/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/da_DK/file-extensions-(windows).txt
+++ b/_pages/da_DK/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/da_DK/finalizing-setup.txt b/_pages/da_DK/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/da_DK/finalizing-setup.txt
+++ b/_pages/da_DK/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/da_DK/get-started-(new-3ds).txt b/_pages/da_DK/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/da_DK/get-started-(new-3ds).txt
+++ b/_pages/da_DK/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/da_DK/get-started-(old-3ds).txt b/_pages/da_DK/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/da_DK/get-started-(old-3ds).txt
+++ b/_pages/da_DK/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/da_DK/get-started.txt b/_pages/da_DK/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/da_DK/get-started.txt
+++ b/_pages/da_DK/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/da_DK/godmode9-usage.txt b/_pages/da_DK/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/da_DK/godmode9-usage.txt
+++ b/_pages/da_DK/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/da_DK/h2testw-(windows).txt b/_pages/da_DK/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/da_DK/h2testw-(windows).txt
+++ b/_pages/da_DK/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/da_DK/home.txt b/_pages/da_DK/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/da_DK/home.txt
+++ b/_pages/da_DK/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/da_DK/homebrew-launcher-(alternatives).txt b/_pages/da_DK/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/da_DK/homebrew-launcher-(alternatives).txt
+++ b/_pages/da_DK/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/da_DK/homebrew-launcher-(soundhax).txt b/_pages/da_DK/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/da_DK/homebrew-launcher-(soundhax).txt
+++ b/_pages/da_DK/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/da_DK/installing-boot9strap-(2xrsa).txt b/_pages/da_DK/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/da_DK/installing-boot9strap-(2xrsa).txt
+++ b/_pages/da_DK/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/da_DK/installing-boot9strap-(browser).txt b/_pages/da_DK/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/da_DK/installing-boot9strap-(browser).txt
+++ b/_pages/da_DK/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/da_DK/installing-boot9strap-(dsiware).txt b/_pages/da_DK/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/da_DK/installing-boot9strap-(dsiware).txt
+++ b/_pages/da_DK/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/da_DK/installing-boot9strap-(hardmod).txt b/_pages/da_DK/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/da_DK/installing-boot9strap-(hardmod).txt
+++ b/_pages/da_DK/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/da_DK/installing-boot9strap-(mset).txt b/_pages/da_DK/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/da_DK/installing-boot9strap-(mset).txt
+++ b/_pages/da_DK/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/da_DK/move-emunand.txt b/_pages/da_DK/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/da_DK/move-emunand.txt
+++ b/_pages/da_DK/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/da_DK/ntr-and-cubic-ninja.txt b/_pages/da_DK/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/da_DK/ntr-and-cubic-ninja.txt
+++ b/_pages/da_DK/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/da_DK/region-changing.txt b/_pages/da_DK/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/da_DK/region-changing.txt
+++ b/_pages/da_DK/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/da_DK/site-navigation.txt b/_pages/da_DK/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/da_DK/site-navigation.txt
+++ b/_pages/da_DK/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/da_DK/troubleshooting.txt b/_pages/da_DK/troubleshooting.txt
index 2bee94ce68..83c126993b 100644
--- a/_pages/da_DK/troubleshooting.txt
+++ b/_pages/da_DK/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/da_DK/updating-to-boot9strap.txt b/_pages/da_DK/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/da_DK/updating-to-boot9strap.txt
+++ b/_pages/da_DK/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/da_DK/why-ads.txt b/_pages/da_DK/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/da_DK/why-ads.txt
+++ b/_pages/da_DK/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/de_DE/404.txt b/_pages/de_DE/404.txt
index b498242fd8..c84ea5dc60 100644
--- a/_pages/de_DE/404.txt
+++ b/_pages/de_DE/404.txt
@@ -1,7 +1,5 @@
---
-title: "Seite nicht gefunden" #
-lang: de
-permalink: /de_DE/404.html
+title: "Seite nicht gefunden"
layout: single-no-ads
excerpt: "Seite nicht gefunden. Deine Pixel befinden sich auf einem anderen Canvas." #
sitemap: false
diff --git a/_pages/de_DE/9.2.0-ctrtransfer.txt b/_pages/de_DE/9.2.0-ctrtransfer.txt
index fd82cae8d8..c81207ea79 100644
--- a/_pages/de_DE/9.2.0-ctrtransfer.txt
+++ b/_pages/de_DE/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: de
-permalink: /de_DE/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/de_DE/cart-update.txt b/_pages/de_DE/cart-update.txt
index bb82cbdaf4..e15ad527ae 100644
--- a/_pages/de_DE/cart-update.txt
+++ b/_pages/de_DE/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Kartenupdate" #
-lang: de
-permalink: /de_DE/cart-update.html
+title: "Kartenupdate"
---
Alle Spielmodule erhalten eine Kopie der System-Firmware, die die Software benötigt, um abgespielt zu werden. Dies ermöglicht jedem Spieler mit einem Gerät einer niedrigeren Firmware, der das betreffende Spiel benutzt, auf die vorinstallierte Betriebssoftware zu aktualisieren (sogar ohne Internetverbindung).
diff --git a/_pages/de_DE/credits.txt b/_pages/de_DE/credits.txt
index 1656f77746..7b54cc14cf 100644
--- a/_pages/de_DE/credits.txt
+++ b/_pages/de_DE/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Danksagung" #
-lang: de
-permalink: /de_DE/credits.html
+title: "Danksagung"
---
**Vielen Dank an alle Nutzer aus [#Cakey auf Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Ihr seid großartig!**
diff --git a/_pages/de_DE/donations.txt b/_pages/de_DE/donations.txt
index 89d1b7847f..13eb56185c 100644
--- a/_pages/de_DE/donations.txt
+++ b/_pages/de_DE/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Spenden" #
-lang: de
-permalink: /de_DE/donations.html
+title: "Spenden"
layout: single-no-ads
---
diff --git a/_pages/de_DE/f3-(linux).txt b/_pages/de_DE/f3-(linux).txt
index 1dd97e6001..93bb7057ce 100644
--- a/_pages/de_DE/f3-(linux).txt
+++ b/_pages/de_DE/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: de
-permalink: /de_DE/f3-(linux).html
+title: "F3 (Linux)"
---
Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw.
diff --git a/_pages/de_DE/f3x-(mac).txt b/_pages/de_DE/f3x-(mac).txt
index 3af1188abd..bd8ac8fb17 100644
--- a/_pages/de_DE/f3x-(mac).txt
+++ b/_pages/de_DE/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: de
-permalink: /de_DE/f3x-(mac).html
+title: "F3X (Mac)"
---
Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw.
diff --git a/_pages/de_DE/faq.txt b/_pages/de_DE/faq.txt
index 6fa6829db1..6f9ff7f1cd 100644
--- a/_pages/de_DE/faq.txt
+++ b/_pages/de_DE/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: de
-permalink: /de_DE/faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/de_DE/file-extensions-(windows).txt b/_pages/de_DE/file-extensions-(windows).txt
index 73de92c39c..cb1cd87393 100644
--- a/_pages/de_DE/file-extensions-(windows).txt
+++ b/_pages/de_DE/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
titel: "Datei-Erweiterungen (Windows)" #
-lang: de
-permalink: /de_DE/file-extensions-(windows).html
+lang: de
---
Dies ist ein Add-on-Abschnitt für das Deaktivieren des Windows Standart-Verhalten, Dateierweiterungen zu verstecken.
diff --git a/_pages/de_DE/finalizing-setup.txt b/_pages/de_DE/finalizing-setup.txt
index e818cf74fd..04ca197587 100644
--- a/_pages/de_DE/finalizing-setup.txt
+++ b/_pages/de_DE/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: de
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/de_DE/get-started-(new-3ds).txt b/_pages/de_DE/get-started-(new-3ds).txt
index ce81cf3e60..6a33963aea 100644
--- a/_pages/de_DE/get-started-(new-3ds).txt
+++ b/_pages/de_DE/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Los geht's (New 3DS)" #
-lang: de
-permalink: /de_DE/get-started-(new-3ds).html
+title: "Los geht's (New 3DS)"
---
Wähle die passende Methode für deine Version aus der unteren Tabelle.
diff --git a/_pages/de_DE/get-started-(old-3ds).txt b/_pages/de_DE/get-started-(old-3ds).txt
index 7e0c3c7da0..0768202ffa 100644
--- a/_pages/de_DE/get-started-(old-3ds).txt
+++ b/_pages/de_DE/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Los geht's (Old 3DS)" #
-lang: de
-permalink: /de_DE/get-started-(old-3ds).html
+title: "Los geht's (Old 3DS)"
---
Wähle die entsprechende Seite für deine Version aus der unten folgenden Tabelle.
diff --git a/_pages/de_DE/get-started.txt b/_pages/de_DE/get-started.txt
index 70e6ea0eda..ed15af9a42 100644
--- a/_pages/de_DE/get-started.txt
+++ b/_pages/de_DE/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Los geht's" #
-lang: de
-permalink: /de_DE/get-started.html
+title: "Los geht's"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/de_DE/godmode9-usage.txt b/_pages/de_DE/godmode9-usage.txt
index 8988406910..3a680bd6f3 100644
--- a/_pages/de_DE/godmode9-usage.txt
+++ b/_pages/de_DE/godmode9-usage.txt
@@ -1,6 +1,5 @@
---
-titel: "Benutzung von GodMode9" #
-lang: de
+titel: "Benutzung von GodMode9"
ermalink: /de_DE/godmode9-usage.html
---
diff --git a/_pages/de_DE/h2testw-(windows).txt b/_pages/de_DE/h2testw-(windows).txt
index c90a1c7aa0..5e8ac1900f 100644
--- a/_pages/de_DE/h2testw-(windows).txt
+++ b/_pages/de_DE/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: de
-permalink: /de_DE/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw.
diff --git a/_pages/de_DE/home.txt b/_pages/de_DE/home.txt
index 7c0a984966..3dd99e0bd5 100644
--- a/_pages/de_DE/home.txt
+++ b/_pages/de_DE/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Los geht's" #
cta_url: "/de_DE/get-started"
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: de
-permalink: /de_DE/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/de_DE/homebrew-launcher-(alternatives).txt b/_pages/de_DE/homebrew-launcher-(alternatives).txt
index 08650e610e..f0c3d9f828 100644
--- a/_pages/de_DE/homebrew-launcher-(alternatives).txt
+++ b/_pages/de_DE/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternativen)" #
-lang: de
-permalink: /de_DE/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternativen)"
---
Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten.
diff --git a/_pages/de_DE/homebrew-launcher-(soundhax).txt b/_pages/de_DE/homebrew-launcher-(soundhax).txt
index 8581a0bd4d..beb6d3f10b 100644
--- a/_pages/de_DE/homebrew-launcher-(soundhax).txt
+++ b/_pages/de_DE/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-Titel: "Homebrew Launcher (Soundhax)" #
-lang: de
-permalink: /de_DE/homebrew-launcher-(soundhax).html
+Titel: "Homebrew Launcher (Soundhax)"
---
Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten.
diff --git a/_pages/de_DE/installing-boot9strap-(2xrsa).txt b/_pages/de_DE/installing-boot9strap-(2xrsa).txt
index dab9e71656..1809e86364 100644
--- a/_pages/de_DE/installing-boot9strap-(2xrsa).txt
+++ b/_pages/de_DE/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: de
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/de_DE/installing-boot9strap-(browser).txt b/_pages/de_DE/installing-boot9strap-(browser).txt
index 5d3b3dd30a..9ef075cd7a 100644
--- a/_pages/de_DE/installing-boot9strap-(browser).txt
+++ b/_pages/de_DE/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: de
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
diff --git a/_pages/de_DE/installing-boot9strap-(dsiware).txt b/_pages/de_DE/installing-boot9strap-(dsiware).txt
index 1d3db377cf..56857aa002 100644
--- a/_pages/de_DE/installing-boot9strap-(dsiware).txt
+++ b/_pages/de_DE/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: de
-permalink: /installing-boot9strap-(dsiware).html
+lang: de
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt
index 43a12dd005..925b0dff76 100644
--- a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: de
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: de
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt
index a7acc14db9..d6cd93c730 100644
--- a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: de
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: de
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt
index d2f6d3adb5..5ce79bbfa9 100644
--- a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: de
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: de
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/de_DE/installing-boot9strap-(hardmod).txt b/_pages/de_DE/installing-boot9strap-(hardmod).txt
index 69cd07b8d0..e88fa666bf 100644
--- a/_pages/de_DE/installing-boot9strap-(hardmod).txt
+++ b/_pages/de_DE/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: de
-permalink: /installing-boot9strap-(hardmod).html
+lang: de
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt
index d03c1e9b4c..ad2ed6977b 100644
--- a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: de
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
diff --git a/_pages/de_DE/installing-boot9strap-(mset).txt b/_pages/de_DE/installing-boot9strap-(mset).txt
index abea2dd118..07814f6247 100644
--- a/_pages/de_DE/installing-boot9strap-(mset).txt
+++ b/_pages/de_DE/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: de
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
diff --git a/_pages/de_DE/move-emunand.txt b/_pages/de_DE/move-emunand.txt
index 6bcd76831d..3f7d37479d 100644
--- a/_pages/de_DE/move-emunand.txt
+++ b/_pages/de_DE/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNAND verschieben" #
-lang: de
-permalink: /de_DE/move-emunand.html
+title: "EmuNAND verschieben"
---
Dies ist ein Zusatzabschnitt zum Verschieben des Inhaltes eines vorherigen EmuNAND in die neue SysNAND CFW plus Entfernung des alten EmuNAND. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
diff --git a/_pages/de_DE/ntr-and-cubic-ninja.txt b/_pages/de_DE/ntr-and-cubic-ninja.txt
index 91d98a76b8..f8f9f67bad 100644
--- a/_pages/de_DE/ntr-and-cubic-ninja.txt
+++ b/_pages/de_DE/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR und Cubic Ninja" #
-lang: de
-permalink: /de_DE/ntr-and-cubic-ninja.html
+title: "NTR und Cubic Ninja"
---
Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/de_DE/region-changing.txt b/_pages/de_DE/region-changing.txt
index 4a6daa4beb..13b991eb39 100644
--- a/_pages/de_DE/region-changing.txt
+++ b/_pages/de_DE/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Wechseln der Region" #
-lang: de
-permalink: /de_DE/region-changing.html
+title: "Wechseln der Region"
---
This is add-on section for region changing your CFW SysNAND. Dies geschieht durch die Installation der 9.2.0 CTRTransfer Abbild für die Region, die du wechseln willst.
diff --git a/_pages/de_DE/site-navigation.txt b/_pages/de_DE/site-navigation.txt
index 9c6df88fd2..b2f7c04085 100644
--- a/_pages/de_DE/site-navigation.txt
+++ b/_pages/de_DE/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Seitennavigation" #
-lang: de
-permalink: /de_DE/site-navigation.html
+title: "Seitennavigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/de_DE/troubleshooting.txt b/_pages/de_DE/troubleshooting.txt
index eb7d74d824..22f44a9e39 100644
--- a/_pages/de_DE/troubleshooting.txt
+++ b/_pages/de_DE/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Problembehandlung" #
-lang: de
-permalink: /de_DE/troubleshooting.html
+title: "Problembehandlung"
---
Wenn deine Konsole nicht mehr starten sollte, suche bitte den für dich relevanten Abschnitt und folge den dortigen Anweisungen. Sollte das Problem gelöst sein, kannst du mit dem Rest der Anleitung fortfahren
diff --git a/_pages/de_DE/updating-to-boot9strap.txt b/_pages/de_DE/updating-to-boot9strap.txt
index 96f55a84e2..f99fa52d20 100644
--- a/_pages/de_DE/updating-to-boot9strap.txt
+++ b/_pages/de_DE/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: de
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/de_DE/why-ads.txt b/_pages/de_DE/why-ads.txt
index ce9fe75d75..94272e1249 100644
--- a/_pages/de_DE/why-ads.txt
+++ b/_pages/de_DE/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Warum Werbung?" #
-lang: de
-permalink: /de_DE/why-ads.html
+title: "Warum Werbung?"
layout: single-no-ads
---
diff --git a/_pages/el_GR/404.txt b/_pages/el_GR/404.txt
index 32134fc190..ca4daed019 100644
--- a/_pages/el_GR/404.txt
+++ b/_pages/el_GR/404.txt
@@ -1,7 +1,5 @@
---
-title: "Η Σελίδα Δεν Βρέθηκε" #
-lang: el
-permalink: /el_GR/404.html
+title: "Η Σελίδα Δεν Βρέθηκε"
layout: single-no-ads
excerpt: "Η σελίδα δεν βρέθηκε. Τα pixel σας βρίσκονται σε άλλον καμβά." #
sitemap: false
diff --git a/_pages/el_GR/9.2.0-ctrtransfer.txt b/_pages/el_GR/9.2.0-ctrtransfer.txt
index 961396fcaa..a3ddde6e78 100644
--- a/_pages/el_GR/9.2.0-ctrtransfer.txt
+++ b/_pages/el_GR/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: el
-permalink: /el_GR/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/el_GR/cart-update.txt b/_pages/el_GR/cart-update.txt
index 17aed8dd8c..5c4196e4dc 100644
--- a/_pages/el_GR/cart-update.txt
+++ b/_pages/el_GR/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Ενημέρωση μέσω Κασέτας" #
-lang: el
-permalink: /el_GR/cart-update.html
+title: "Ενημέρωση μέσω Κασέτας"
---
Όλες οι κασέτες περιέχουν την απαιτούμενη έκδοση συστήματος για να λειτουργήσουν επιτρέποντας σε όσους βρίσκονται σε χαμηλότερη έκδοση τη χρήση της κασέτας για αναβάθμιση έκδοσης (ακόμα και χωρίς σύνδεση στο διαδίκτυο).
diff --git a/_pages/el_GR/credits.txt b/_pages/el_GR/credits.txt
index 82cb553e27..6e29eba005 100644
--- a/_pages/el_GR/credits.txt
+++ b/_pages/el_GR/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Ευχαριστίες" #
-lang: el
-permalink: /el_GR/credits.html
+title: "Ευχαριστίες"
---
**Ευχαριστώ ιδιαίτερα όλο το [#Cakey στο Freenode](http://webchat.freenode.net/?channels=%23Cakey) που ήταν υπέροχοι!**
diff --git a/_pages/el_GR/donations.txt b/_pages/el_GR/donations.txt
index 60d9a9ffb4..0c04ebf209 100644
--- a/_pages/el_GR/donations.txt
+++ b/_pages/el_GR/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Δωρεές" #
-lang: el
-permalink: /el_GR/donations.html
+title: "Δωρεές"
layout: single-no-ads
---
diff --git a/_pages/el_GR/f3-(linux).txt b/_pages/el_GR/f3-(linux).txt
index 8b5c4a5ef4..59edd503e0 100644
--- a/_pages/el_GR/f3-(linux).txt
+++ b/_pages/el_GR/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: el
-permalink: /el_GR/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/el_GR/f3x-(mac).txt b/_pages/el_GR/f3x-(mac).txt
index 98fdddb4ca..8c390d8bc5 100644
--- a/_pages/el_GR/f3x-(mac).txt
+++ b/_pages/el_GR/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: el
-permalink: /el_GR/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/el_GR/faq.txt b/_pages/el_GR/faq.txt
index 5d1a13fa4e..2e317b62e4 100644
--- a/_pages/el_GR/faq.txt
+++ b/_pages/el_GR/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Συχνές Ερωτήσεις" #
-lang: el
-permalink: /el_GR/faq.html
+title: "Συχνές Ερωτήσεις"
---
{% capture notice-1 %}
diff --git a/_pages/el_GR/file-extensions-(windows).txt b/_pages/el_GR/file-extensions-(windows).txt
index 190b0cbd07..5be2e5718f 100644
--- a/_pages/el_GR/file-extensions-(windows).txt
+++ b/_pages/el_GR/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: el
-permalink: /file-extensions-(windows).html
+lang: el
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/el_GR/finalizing-setup.txt b/_pages/el_GR/finalizing-setup.txt
index 69d2c34207..f3b71e8cde 100644
--- a/_pages/el_GR/finalizing-setup.txt
+++ b/_pages/el_GR/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: el
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/el_GR/get-started-(new-3ds).txt b/_pages/el_GR/get-started-(new-3ds).txt
index d486f36a86..9ff719a650 100644
--- a/_pages/el_GR/get-started-(new-3ds).txt
+++ b/_pages/el_GR/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Ξεκινώντας (New 3DS)" #
-lang: el
-permalink: /el_GR/get-started-(new-3ds).html
+title: "Ξεκινώντας (New 3DS)"
---
Επιλέξτε την κατάλληλη σελίδα για την έκδοσή σας από το παρακάτω διάγραμμα.
diff --git a/_pages/el_GR/get-started-(old-3ds).txt b/_pages/el_GR/get-started-(old-3ds).txt
index a2af0db3c9..f3ffbd00d2 100644
--- a/_pages/el_GR/get-started-(old-3ds).txt
+++ b/_pages/el_GR/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Ξεκινώντας (Old 3DS)" #
-lang: el
-permalink: /el_GR/get-started-(old-3ds).html
+title: "Ξεκινώντας (Old 3DS)"
---
Επιλέξτε την κατάλληλη σελίδα για την έκδοσή σας από το παρακάτω διάγραμμα.
diff --git a/_pages/el_GR/get-started.txt b/_pages/el_GR/get-started.txt
index 11edd124f1..75a7c54165 100644
--- a/_pages/el_GR/get-started.txt
+++ b/_pages/el_GR/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Ας Αρχίσουμε" #
-lang: el
-permalink: /el_GR/get-started.html
+title: "Ας Αρχίσουμε"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/el_GR/godmode9-usage.txt b/_pages/el_GR/godmode9-usage.txt
index 0bce0b81ee..152dda2bb5 100644
--- a/_pages/el_GR/godmode9-usage.txt
+++ b/_pages/el_GR/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: el
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/el_GR/h2testw-(windows).txt b/_pages/el_GR/h2testw-(windows).txt
index 01d7593334..592d2900cd 100644
--- a/_pages/el_GR/h2testw-(windows).txt
+++ b/_pages/el_GR/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: el
-permalink: /el_GR/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/el_GR/home.txt b/_pages/el_GR/home.txt
index 4ea52d820c..5abe5ad79f 100644
--- a/_pages/el_GR/home.txt
+++ b/_pages/el_GR/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Ας αρχίσουμε" #
cta_url: "/el_GR/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: el
-permalink: /el_GR/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/el_GR/homebrew-launcher-(alternatives).txt b/_pages/el_GR/homebrew-launcher-(alternatives).txt
index c714aa0aac..ed8feb6f6b 100644
--- a/_pages/el_GR/homebrew-launcher-(alternatives).txt
+++ b/_pages/el_GR/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: el
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδους εισόδου ή μεθόδους εκκίνησης.
diff --git a/_pages/el_GR/homebrew-launcher-(soundhax).txt b/_pages/el_GR/homebrew-launcher-(soundhax).txt
index 6586c05192..f358a88d9f 100644
--- a/_pages/el_GR/homebrew-launcher-(soundhax).txt
+++ b/_pages/el_GR/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: el
-permalink: /el_GR/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδους εισόδου.
diff --git a/_pages/el_GR/installing-boot9strap-(2xrsa).txt b/_pages/el_GR/installing-boot9strap-(2xrsa).txt
index bec28cacc1..3fd1b57741 100644
--- a/_pages/el_GR/installing-boot9strap-(2xrsa).txt
+++ b/_pages/el_GR/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: el
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/el_GR/installing-boot9strap-(browser).txt b/_pages/el_GR/installing-boot9strap-(browser).txt
index 62a48246ac..3336c80b83 100644
--- a/_pages/el_GR/installing-boot9strap-(browser).txt
+++ b/_pages/el_GR/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: el
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/el_GR/installing-boot9strap-(dsiware).txt b/_pages/el_GR/installing-boot9strap-(dsiware).txt
index 1f37ea4d69..cb1383e2e1 100644
--- a/_pages/el_GR/installing-boot9strap-(dsiware).txt
+++ b/_pages/el_GR/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: el
-permalink: /installing-boot9strap-(dsiware).html
+lang: el
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt
index 98657ed582..19d1d6b3fd 100644
--- a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: el
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: el
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt
index 95dbc82c76..2e7ac6edfa 100644
--- a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: el
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: el
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt
index 08e51cbcf7..5493798358 100644
--- a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: el
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: el
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/el_GR/installing-boot9strap-(hardmod).txt b/_pages/el_GR/installing-boot9strap-(hardmod).txt
index f40541b82e..9b5e0f2623 100644
--- a/_pages/el_GR/installing-boot9strap-(hardmod).txt
+++ b/_pages/el_GR/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: el
-permalink: /installing-boot9strap-(hardmod).html
+lang: el
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt
index 5a68e6c351..537d5f4a78 100644
--- a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: el
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/el_GR/installing-boot9strap-(mset).txt b/_pages/el_GR/installing-boot9strap-(mset).txt
index c54d641b0c..04f5b59d99 100644
--- a/_pages/el_GR/installing-boot9strap-(mset).txt
+++ b/_pages/el_GR/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: el
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/el_GR/move-emunand.txt b/_pages/el_GR/move-emunand.txt
index dd52b7259f..551d99d85c 100644
--- a/_pages/el_GR/move-emunand.txt
+++ b/_pages/el_GR/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Μετακίνηση της EmuNAND" #
-lang: el
-permalink: /el_GR/move-emunand.html
+title: "Μετακίνηση της EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/el_GR/ntr-and-cubic-ninja.txt b/_pages/el_GR/ntr-and-cubic-ninja.txt
index c9961a17a4..becb67aaa1 100644
--- a/_pages/el_GR/ntr-and-cubic-ninja.txt
+++ b/_pages/el_GR/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR και Cubic Ninja" #
-lang: el
-permalink: /el_GR/ntr-and-cubic-ninja.html
+title: "NTR και Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/el_GR/region-changing.txt b/_pages/el_GR/region-changing.txt
index c510392471..6f39399378 100644
--- a/_pages/el_GR/region-changing.txt
+++ b/_pages/el_GR/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Αλλαγή Περιοχής" #
-lang: el
-permalink: /el_GR/region-changing.html
+title: "Αλλαγή Περιοχής"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/el_GR/site-navigation.txt b/_pages/el_GR/site-navigation.txt
index 2ef07eb163..f0c51724aa 100644
--- a/_pages/el_GR/site-navigation.txt
+++ b/_pages/el_GR/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Πλοήγηση Ιστοτόπου" #
-lang: el
-permalink: /el_GR/site-navigation.html
+title: "Πλοήγηση Ιστοτόπου"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/el_GR/troubleshooting.txt b/_pages/el_GR/troubleshooting.txt
index 274b0b43b3..7a60d397fa 100644
--- a/_pages/el_GR/troubleshooting.txt
+++ b/_pages/el_GR/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Αντιμετώπιση Προβλημάτων" #
-lang: el
-permalink: /el_GR/troubleshooting.html
+title: "Αντιμετώπιση Προβλημάτων"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Μόλις μια λύση λειτουργήσει για εσάς, μπορείτε να προχωρήσετε με τον κύριο οδηγό
diff --git a/_pages/el_GR/updating-to-boot9strap.txt b/_pages/el_GR/updating-to-boot9strap.txt
index 22c993f5ba..f5e65f76e0 100644
--- a/_pages/el_GR/updating-to-boot9strap.txt
+++ b/_pages/el_GR/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: el
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/el_GR/why-ads.txt b/_pages/el_GR/why-ads.txt
index 88b64ae374..d8dfc0774f 100644
--- a/_pages/el_GR/why-ads.txt
+++ b/_pages/el_GR/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Γιατί βλέπω διαφημίσεις;" #
-lang: el
-permalink: /el_GR/why-ads.html
+title: "Γιατί βλέπω διαφημίσεις;"
layout: single-no-ads
---
diff --git a/_pages/en_PT/404.txt b/_pages/en_PT/404.txt
index 13b96c63b4..1ae7a98e4d 100644
--- a/_pages/en_PT/404.txt
+++ b/_pages/en_PT/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /en_PT/404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Ye pixels be on another treasure map." #
sitemap: false
diff --git a/_pages/en_PT/9.2.0-ctrtransfer.txt b/_pages/en_PT/9.2.0-ctrtransfer.txt
index f6d7401b7a..3a1ad947c8 100644
--- a/_pages/en_PT/9.2.0-ctrtransfer.txt
+++ b/_pages/en_PT/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /en_PT/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/en_PT/cart-update.txt b/_pages/en_PT/cart-update.txt
index d1feddd34c..63766c5c28 100644
--- a/_pages/en_PT/cart-update.txt
+++ b/_pages/en_PT/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /en_PT/cart-update.html
+title: "Cart Update"
---
All game carts contain a copy 'o th' required system version to play it, allowin' anyone on a lower version to use th' cartridge to update to that version (even without an Internet connection).
diff --git a/_pages/en_PT/credits.txt b/_pages/en_PT/credits.txt
index 93e12a3e72..b0202d37e3 100644
--- a/_pages/en_PT/credits.txt
+++ b/_pages/en_PT/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /en_PT/credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/en_PT/donations.txt b/_pages/en_PT/donations.txt
index 95f8a89f74..43ffa33e60 100644
--- a/_pages/en_PT/donations.txt
+++ b/_pages/en_PT/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /en_PT/donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/en_PT/f3-(linux).txt b/_pages/en_PT/f3-(linux).txt
index 73cd1df150..502e552d46 100644
--- a/_pages/en_PT/f3-(linux).txt
+++ b/_pages/en_PT/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /en_PT/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/en_PT/f3x-(mac).txt b/_pages/en_PT/f3x-(mac).txt
index 1b1c4a0562..eb57931203 100644
--- a/_pages/en_PT/f3x-(mac).txt
+++ b/_pages/en_PT/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /en_PT/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/en_PT/faq.txt b/_pages/en_PT/faq.txt
index f63e7aac5d..09fa9ba830 100644
--- a/_pages/en_PT/faq.txt
+++ b/_pages/en_PT/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /en_PT/faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/en_PT/file-extensions-(windows).txt b/_pages/en_PT/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/en_PT/file-extensions-(windows).txt
+++ b/_pages/en_PT/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/en_PT/finalizing-setup.txt b/_pages/en_PT/finalizing-setup.txt
index 5338dc2c2a..03a0ccef3e 100644
--- a/_pages/en_PT/finalizing-setup.txt
+++ b/_pages/en_PT/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/en_PT/get-started-(new-3ds).txt b/_pages/en_PT/get-started-(new-3ds).txt
index 5126a1147f..b533494f1b 100644
--- a/_pages/en_PT/get-started-(new-3ds).txt
+++ b/_pages/en_PT/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /en_PT/get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select th' appropriate page fer ye version from th' chart below.
diff --git a/_pages/en_PT/get-started-(old-3ds).txt b/_pages/en_PT/get-started-(old-3ds).txt
index 8041d54efa..aa5d557f02 100644
--- a/_pages/en_PT/get-started-(old-3ds).txt
+++ b/_pages/en_PT/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /en_PT/get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select th' appropriate page fer ye version from th' chart below.
diff --git a/_pages/en_PT/get-started.txt b/_pages/en_PT/get-started.txt
index 054c03ba3c..9969ab86bd 100644
--- a/_pages/en_PT/get-started.txt
+++ b/_pages/en_PT/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /en_PT/get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/en_PT/godmode9-usage.txt b/_pages/en_PT/godmode9-usage.txt
index 2eb060894b..c8ec074671 100644
--- a/_pages/en_PT/godmode9-usage.txt
+++ b/_pages/en_PT/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/en_PT/h2testw-(windows).txt b/_pages/en_PT/h2testw-(windows).txt
index cee5d7fdd1..312a961e41 100644
--- a/_pages/en_PT/h2testw-(windows).txt
+++ b/_pages/en_PT/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /en_PT/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/en_PT/home.txt b/_pages/en_PT/home.txt
index eab554c5c5..99e583c4cb 100644
--- a/_pages/en_PT/home.txt
+++ b/_pages/en_PT/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "/en_PT/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /en_PT/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/en_PT/homebrew-launcher-(alternatives).txt b/_pages/en_PT/homebrew-launcher-(alternatives).txt
index 02037d9d7f..6d84a073d6 100644
--- a/_pages/en_PT/homebrew-launcher-(alternatives).txt
+++ b/_pages/en_PT/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/en_PT/homebrew-launcher-(soundhax).txt b/_pages/en_PT/homebrew-launcher-(soundhax).txt
index 62ac71da25..03f21c7de3 100644
--- a/_pages/en_PT/homebrew-launcher-(soundhax).txt
+++ b/_pages/en_PT/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /en_PT/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Th' Homebrew Launcher has many different entrypoints, or methods 'o launchin'.
diff --git a/_pages/en_PT/installing-boot9strap-(2xrsa).txt b/_pages/en_PT/installing-boot9strap-(2xrsa).txt
index 2c87d205cd..7f06ce2bff 100644
--- a/_pages/en_PT/installing-boot9strap-(2xrsa).txt
+++ b/_pages/en_PT/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/en_PT/installing-boot9strap-(browser).txt b/_pages/en_PT/installing-boot9strap-(browser).txt
index a9d42f53a4..71b67bbec2 100644
--- a/_pages/en_PT/installing-boot9strap-(browser).txt
+++ b/_pages/en_PT/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_PT/installing-boot9strap-(dsiware).txt b/_pages/en_PT/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/en_PT/installing-boot9strap-(dsiware).txt
+++ b/_pages/en_PT/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt
index 8ad8610c52..4836ea7f86 100644
--- a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt
index 5c6dfca946..78b344a74a 100644
--- a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/en_PT/installing-boot9strap-(hardmod).txt b/_pages/en_PT/installing-boot9strap-(hardmod).txt
index 0104fa4a5d..78994a2fba 100644
--- a/_pages/en_PT/installing-boot9strap-(hardmod).txt
+++ b/_pages/en_PT/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt
index 153ece500d..169fd8b988 100644
--- a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_PT/installing-boot9strap-(mset).txt b/_pages/en_PT/installing-boot9strap-(mset).txt
index 27fb386ff5..01a0a88d1b 100644
--- a/_pages/en_PT/installing-boot9strap-(mset).txt
+++ b/_pages/en_PT/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_PT/move-emunand.txt b/_pages/en_PT/move-emunand.txt
index 41de07fc2e..5d70426e0e 100644
--- a/_pages/en_PT/move-emunand.txt
+++ b/_pages/en_PT/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /en_PT/move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_PT/ntr-and-cubic-ninja.txt b/_pages/en_PT/ntr-and-cubic-ninja.txt
index 68d35b5ea5..f166a24af2 100644
--- a/_pages/en_PT/ntr-and-cubic-ninja.txt
+++ b/_pages/en_PT/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR 'n Cubic Ninja" #
-lang: en
-permalink: /en_PT/ntr-and-cubic-ninja.html
+title: "NTR 'n Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/en_PT/region-changing.txt b/_pages/en_PT/region-changing.txt
index 0b63ff04ae..164676ac3f 100644
--- a/_pages/en_PT/region-changing.txt
+++ b/_pages/en_PT/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changin'" #
-lang: en
-permalink: /en_PT/region-changing.html
+title: "Region Changin'"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/en_PT/site-navigation.txt b/_pages/en_PT/site-navigation.txt
index e8be77d180..9352341a15 100644
--- a/_pages/en_PT/site-navigation.txt
+++ b/_pages/en_PT/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Treasure Map" #
-lang: en
-permalink: /en_PT/site-navigation.html
+title: "Site Treasure Map"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/en_PT/troubleshooting.txt b/_pages/en_PT/troubleshooting.txt
index a7f67d04d6..1121fc12f8 100644
--- a/_pages/en_PT/troubleshooting.txt
+++ b/_pages/en_PT/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshootin'" #
-lang: en
-permalink: /en_PT/troubleshooting.html
+title: "Troubleshootin'"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/en_PT/updating-to-boot9strap.txt b/_pages/en_PT/updating-to-boot9strap.txt
index 4f74ba4b9e..ddbba05ccc 100644
--- a/_pages/en_PT/updating-to-boot9strap.txt
+++ b/_pages/en_PT/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/en_PT/why-ads.txt b/_pages/en_PT/why-ads.txt
index 5a56cd5d2b..4e852dc4b1 100644
--- a/_pages/en_PT/why-ads.txt
+++ b/_pages/en_PT/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /en_PT/why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/en_US/404.txt b/_pages/en_US/404.txt
index 249d0f336d..3239a1be07 100644
--- a/_pages/en_US/404.txt
+++ b/_pages/en_US/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/en_US/9.2.0-ctrtransfer.txt b/_pages/en_US/9.2.0-ctrtransfer.txt
index 65b08cc206..f4a7181b47 100644
--- a/_pages/en_US/9.2.0-ctrtransfer.txt
+++ b/_pages/en_US/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/en_US/cart-update.txt b/_pages/en_US/cart-update.txt
index a7dc97c300..6f1661ee48 100644
--- a/_pages/en_US/cart-update.txt
+++ b/_pages/en_US/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/en_US/credits.txt b/_pages/en_US/credits.txt
index 3aafc90c2b..2b416849f0 100644
--- a/_pages/en_US/credits.txt
+++ b/_pages/en_US/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/en_US/donations.txt b/_pages/en_US/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/en_US/donations.txt
+++ b/_pages/en_US/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/en_US/f3-(linux).txt b/_pages/en_US/f3-(linux).txt
index 9e1b9870ae..bef11266fc 100644
--- a/_pages/en_US/f3-(linux).txt
+++ b/_pages/en_US/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/en_US/f3x-(mac).txt b/_pages/en_US/f3x-(mac).txt
index 1bd748d2f8..8c3a756f94 100644
--- a/_pages/en_US/f3x-(mac).txt
+++ b/_pages/en_US/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/en_US/faq.txt b/_pages/en_US/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/en_US/faq.txt
+++ b/_pages/en_US/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/en_US/file-extensions-(windows).txt b/_pages/en_US/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/en_US/file-extensions-(windows).txt
+++ b/_pages/en_US/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt
index f4cdb3f034..becd554f0d 100644
--- a/_pages/en_US/finalizing-setup.txt
+++ b/_pages/en_US/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
#### Overview of steps
diff --git a/_pages/en_US/get-started-(new-3ds).txt b/_pages/en_US/get-started-(new-3ds).txt
index 7349d486e7..9bf417f22e 100644
--- a/_pages/en_US/get-started-(new-3ds).txt
+++ b/_pages/en_US/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/en_US/get-started-(old-3ds).txt b/_pages/en_US/get-started-(old-3ds).txt
index af4b53171f..25969621cd 100644
--- a/_pages/en_US/get-started-(old-3ds).txt
+++ b/_pages/en_US/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/en_US/get-started.txt b/_pages/en_US/get-started.txt
index f16e29e1fe..f282e64bf3 100644
--- a/_pages/en_US/get-started.txt
+++ b/_pages/en_US/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/en_US/godmode9-usage.txt b/_pages/en_US/godmode9-usage.txt
index 186784bbef..3a5754306e 100644
--- a/_pages/en_US/godmode9-usage.txt
+++ b/_pages/en_US/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/en_US/h2testw-(windows).txt b/_pages/en_US/h2testw-(windows).txt
index 34327078fa..9a2067d55b 100644
--- a/_pages/en_US/h2testw-(windows).txt
+++ b/_pages/en_US/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt
index 3da84472fb..4322509a11 100644
--- a/_pages/en_US/home.txt
+++ b/_pages/en_US/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/en_US/homebrew-launcher-(alternatives).txt b/_pages/en_US/homebrew-launcher-(alternatives).txt
index e280b4fc1e..f7554148b2 100644
--- a/_pages/en_US/homebrew-launcher-(alternatives).txt
+++ b/_pages/en_US/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/en_US/homebrew-launcher-(soundhax).txt b/_pages/en_US/homebrew-launcher-(soundhax).txt
index 4fa3f41229..6a0434b0c0 100644
--- a/_pages/en_US/homebrew-launcher-(soundhax).txt
+++ b/_pages/en_US/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/en_US/installing-boot9strap-(2xrsa).txt b/_pages/en_US/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/en_US/installing-boot9strap-(2xrsa).txt
+++ b/_pages/en_US/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/en_US/installing-boot9strap-(browser).txt b/_pages/en_US/installing-boot9strap-(browser).txt
index de93ff976e..d5382e4b52 100644
--- a/_pages/en_US/installing-boot9strap-(browser).txt
+++ b/_pages/en_US/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_US/installing-boot9strap-(dsiware).txt b/_pages/en_US/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/en_US/installing-boot9strap-(dsiware).txt
+++ b/_pages/en_US/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt b/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt
index 4ea2c2b289..bad89d1144 100644
--- a/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt b/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt
index b741d12507..be212fab14 100644
--- a/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/en_US/installing-boot9strap-(hardmod).txt b/_pages/en_US/installing-boot9strap-(hardmod).txt
index 2ef36a48fe..b971ec98dd 100644
--- a/_pages/en_US/installing-boot9strap-(hardmod).txt
+++ b/_pages/en_US/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt b/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_US/installing-boot9strap-(mset).txt b/_pages/en_US/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/en_US/installing-boot9strap-(mset).txt
+++ b/_pages/en_US/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_US/move-emunand.txt b/_pages/en_US/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/en_US/move-emunand.txt
+++ b/_pages/en_US/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/en_US/ntr-and-cubic-ninja.txt b/_pages/en_US/ntr-and-cubic-ninja.txt
index 749a2a6827..db345ee817 100644
--- a/_pages/en_US/ntr-and-cubic-ninja.txt
+++ b/_pages/en_US/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/en_US/region-changing.txt b/_pages/en_US/region-changing.txt
index 20df235ac3..e8534a2478 100644
--- a/_pages/en_US/region-changing.txt
+++ b/_pages/en_US/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/en_US/site-navigation.txt b/_pages/en_US/site-navigation.txt
index 7f816e8560..a81d441aaa 100644
--- a/_pages/en_US/site-navigation.txt
+++ b/_pages/en_US/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt
index 38cefe1584..b8f00bac46 100644
--- a/_pages/en_US/troubleshooting.txt
+++ b/_pages/en_US/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/en_US/updating-to-boot9strap.txt b/_pages/en_US/updating-to-boot9strap.txt
index 8c184c7e17..9f40d19cad 100644
--- a/_pages/en_US/updating-to-boot9strap.txt
+++ b/_pages/en_US/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/en_US/why-ads.txt b/_pages/en_US/why-ads.txt
index 0a21c01359..5e949b9923 100644
--- a/_pages/en_US/why-ads.txt
+++ b/_pages/en_US/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/es_ES/404.txt b/_pages/es_ES/404.txt
index f726943b33..0a8c2c0723 100644
--- a/_pages/es_ES/404.txt
+++ b/_pages/es_ES/404.txt
@@ -1,7 +1,6 @@
---
title: "Página No Encontrada"
lang: es
-permalink: /es_ES/404.html
layout: single-no-ads
excerpt: "Página no encontrada. Tus píxeles están en otro lienzo." #
sitemap: false
diff --git a/_pages/es_ES/9.2.0-ctrtransfer.txt b/_pages/es_ES/9.2.0-ctrtransfer.txt
index edd1d25438..6d9f06ec3a 100644
--- a/_pages/es_ES/9.2.0-ctrtransfer.txt
+++ b/_pages/es_ES/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: es
-permalink: /es_ES/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
Esta es una sección adicional para instalar una imagen CTRTransfer 9.2.0 en tu consola.
diff --git a/_pages/es_ES/cart-update.txt b/_pages/es_ES/cart-update.txt
index a13c545b80..bb7541dda0 100644
--- a/_pages/es_ES/cart-update.txt
+++ b/_pages/es_ES/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Actualizar con Cartucho" #
-lang: es
-permalink: /es_ES/cart-update.html
+title: "Actualizar con Cartucho"
---
Todos los cartuchos contienen una copia de la versión del sistema necesaria para jugarlo, permitiendo a cualquiera usarlo para actualizar desde una versión inferior (incluso sin conexión a internet).
diff --git a/_pages/es_ES/credits.txt b/_pages/es_ES/credits.txt
index 8167707722..086a9b7771 100644
--- a/_pages/es_ES/credits.txt
+++ b/_pages/es_ES/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Créditos" #
-lang: es
-permalink: /es_ES/credits.html
+title: "Créditos"
---
**¡Un agradecimiento especial a todos los de [#Cakey en Freenode](http://webchat.freenode.net/?channels=%23Cakey) por ser
diff --git a/_pages/es_ES/donations.txt b/_pages/es_ES/donations.txt
index 262abe5af0..1885d11b3a 100644
--- a/_pages/es_ES/donations.txt
+++ b/_pages/es_ES/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donaciones" #
-lang: es
-permalink: /es_ES/donations.html
+title: "Donaciones"
layout: single-no-ads
---
diff --git a/_pages/es_ES/f3-(linux).txt b/_pages/es_ES/f3-(linux).txt
index 6927ebeff8..33031ac591 100644
--- a/_pages/es_ES/f3-(linux).txt
+++ b/_pages/es_ES/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: es
-permalink: /es_ES/f3-(linux).html
+title: "F3 (Linux)"
---
Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3.
diff --git a/_pages/es_ES/f3x-(mac).txt b/_pages/es_ES/f3x-(mac).txt
index 60eb393d70..a697a348da 100644
--- a/_pages/es_ES/f3x-(mac).txt
+++ b/_pages/es_ES/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: es
-permalink: /es_ES/f3x-(mac).html
+title: "F3X (Mac)"
---
Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3X.
diff --git a/_pages/es_ES/faq.txt b/_pages/es_ES/faq.txt
index 6f55d9004a..e924c77d92 100644
--- a/_pages/es_ES/faq.txt
+++ b/_pages/es_ES/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Preguntas Frecuentes" #
-lang: es
-permalink: /es_ES/faq.html
+title: "Preguntas Frecuentes"
---
{% capture notice-1 %}
diff --git a/_pages/es_ES/file-extensions-(windows).txt b/_pages/es_ES/file-extensions-(windows).txt
index f0fa943b6c..33ab28ff25 100644
--- a/_pages/es_ES/file-extensions-(windows).txt
+++ b/_pages/es_ES/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Extensiones de archivo (Windows)" #
-lang: es
-permalink: /es_ES/file-extensions-(windows).html
+lang: es
---
Esta es una sección adicional para desactivar el comportamiento por defecto de Windows de ocultar las extensiones de archivos.
diff --git a/_pages/es_ES/finalizing-setup.txt b/_pages/es_ES/finalizing-setup.txt
index a204840d3d..c4eba7d071 100644
--- a/_pages/es_ES/finalizing-setup.txt
+++ b/_pages/es_ES/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizar instalación" #
-lang: es
-permalink: /es_ES/finalizing-setup.html
+title: "Finalizar instalación"
---
Para utilizar los enlaces [magnet](https://es.wikipedia.org/wiki/Magnet) de esta página, vas a necesitar un cliente torrent como [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/es_ES/get-started-(new-3ds).txt b/_pages/es_ES/get-started-(new-3ds).txt
index c724810c32..1f0b69bf2a 100644
--- a/_pages/es_ES/get-started-(new-3ds).txt
+++ b/_pages/es_ES/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Comencemos (New 3DS)" #
-lang: es
-permalink: /es_ES/get-started-(new-3ds).html
+title: "Comencemos (New 3DS)"
---
Selecciona la casilla apropiada para tu versión en la tabla de más abajo.
diff --git a/_pages/es_ES/get-started-(old-3ds).txt b/_pages/es_ES/get-started-(old-3ds).txt
index 9dd1b1f14a..c7f57e354d 100644
--- a/_pages/es_ES/get-started-(old-3ds).txt
+++ b/_pages/es_ES/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Comencemos (Old 3DS)" #
-lang: es
-permalink: /es_ES/get-started-(old-3ds).html
+title: "Comencemos (Old 3DS)"
---
Selecciona la casilla apropiada para su versión en la tabla de más abajo.
diff --git a/_pages/es_ES/get-started.txt b/_pages/es_ES/get-started.txt
index 70fdcd8b3c..82b3cc2f3d 100644
--- a/_pages/es_ES/get-started.txt
+++ b/_pages/es_ES/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Comencemos" #
-lang: es
-permalink: /es_ES/get-started.html
+title: "Comencemos"
---
Esta página contiene instrucciones para instalar boot9strap en una 3DS o 2DS *sin modificar*. Si ya tienes instalado arm9loaderhax y quieres actualizar a boot9strap, sigue [Actualizar a boot9strap](updating-to-boot9strap).
diff --git a/_pages/es_ES/godmode9-usage.txt b/_pages/es_ES/godmode9-usage.txt
index 9acea02000..13b469c0eb 100644
--- a/_pages/es_ES/godmode9-usage.txt
+++ b/_pages/es_ES/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "Usos de GodMode9" #
-lang: es
-permalink: /es_ES/godmode9-usage.html
+title: "Usos de GodMode9"
---
GodMode9 es un explorador de archivos con acceso completo para la consola 3DS de Nintendo, dando acceso a la tarjeta SD, las particiones FAT dentro de tu SysNAND y EmuNAND, y básicamente a cualquier otra cosa. Entre otras funciones, te permite copiar, eliminar, renombrar archivos y crear carpetas.
diff --git a/_pages/es_ES/h2testw-(windows).txt b/_pages/es_ES/h2testw-(windows).txt
index 4e6624a5e6..46edefe981 100644
--- a/_pages/es_ES/h2testw-(windows).txt
+++ b/_pages/es_ES/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: es
-permalink: /es_ES/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando h2testw.
diff --git a/_pages/es_ES/home.txt b/_pages/es_ES/home.txt
index f9cc4d9687..f1eb3e1ef4 100644
--- a/_pages/es_ES/home.txt
+++ b/_pages/es_ES/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Comencemos" #
cta_url: "/es_ES/get-started"
caption:
-excerpt: "Una guía completa de custom firmware para 3DS,
desde stock a boot9strap.
" #
-lang: es
-permalink: /es_ES/index.html
+excerpt: "Una guía completa de custom firmware para 3DS,
desde stock a boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/es_ES/homebrew-launcher-(alternatives).txt b/_pages/es_ES/homebrew-launcher-(alternatives).txt
index 1d92f596a0..6a24cb76eb 100644
--- a/_pages/es_ES/homebrew-launcher-(alternatives).txt
+++ b/_pages/es_ES/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternativas)" #
-lang: es
-permalink: /es_ES/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternativas)"
---
El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse.
diff --git a/_pages/es_ES/homebrew-launcher-(soundhax).txt b/_pages/es_ES/homebrew-launcher-(soundhax).txt
index 2c54915a0d..c25effb0f2 100644
--- a/_pages/es_ES/homebrew-launcher-(soundhax).txt
+++ b/_pages/es_ES/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: es
-permalink: /es_ES/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse.
diff --git a/_pages/es_ES/installing-boot9strap-(2xrsa).txt b/_pages/es_ES/installing-boot9strap-(2xrsa).txt
index 6ed8c83648..ee87a03542 100644
--- a/_pages/es_ES/installing-boot9strap-(2xrsa).txt
+++ b/_pages/es_ES/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Instalar boot9strap (2xrsa)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(2xrsa).html
+title: "Instalar boot9strap (2xrsa)"
---
En esta página estará disponible SafeB9SInstaller mediante 2xrsa cuando exista una versión que soporte este entrypoint (próximamente). No es necesario hacer hardmod para instalar boot9strap si estás en 2.1.0. Por favor ten paciencia.
diff --git a/_pages/es_ES/installing-boot9strap-(browser).txt b/_pages/es_ES/installing-boot9strap-(browser).txt
index 25af95ca6c..95865ee0d7 100644
--- a/_pages/es_ES/installing-boot9strap-(browser).txt
+++ b/_pages/es_ES/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Instalar boot9strap (navegador)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(browser).html
+title: "Instalar boot9strap (navegador)"
---
Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/es_ES/installing-boot9strap-(dsiware).txt b/_pages/es_ES/installing-boot9strap-(dsiware).txt
index 7eef6f7681..011acebae5 100644
--- a/_pages/es_ES/installing-boot9strap-(dsiware).txt
+++ b/_pages/es_ES/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Instalar boot9strap (DSiWare)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(dsiware).html
+lang: es
---
Hay dos métodos para instalar boot9strap usando DSiWare en 11.4.0.
diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt
index 3198604cc6..8145087c60 100644
--- a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Instalar boot9strap (Inyección de juego DSiWare)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(dsiware-game-injection).html
+lang: es
---
Ten en cuenta que en algunas versiones de Luma3DS, el menú de selección de payloads sólo es mostrado si se ha detectado más de un payload. Si sólo se detecta un payload, mantener (Start) al encender hará que se inicie GodMode9 de forma directa.
diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt
index 5728faebd0..6975c7b698 100644
--- a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Instalar boot9strap (Lista de juegos DSiWare inyectables)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(dsiware-game-injection-list).html
+lang: es
---
Esta es una lista generada automáticamente de todos los juegos compatibles con [Instalar boot9strap (DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt
index f76596190e..563d1764f5 100644
--- a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Instalar boot9strap (Inyección de guardado DSiWare)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(dsiware-save-injection).html
+lang: es
---
Ten en cuenta que en algunas versiones de Luma3DS, el menú de selección de payloads sólo es mostrado si se ha detectado más de un payload. Si sólo se detecta un payload, mantener (Start) al encender hará que se inicie GodMode9 de forma directa.
diff --git a/_pages/es_ES/installing-boot9strap-(hardmod).txt b/_pages/es_ES/installing-boot9strap-(hardmod).txt
index 1eec3744b0..7a2f3ddb3b 100644
--- a/_pages/es_ES/installing-boot9strap-(hardmod).txt
+++ b/_pages/es_ES/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Instalar boot9strap (hardmod)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(hardmod).html
+lang: es
---
Puedes encontrar una excelente guía de como hacer hardmod [aquí](https://gbatemp.net/threads/414498/) (*en inglés*). Si tienes una New 3DS, lee [esto](https://github.com/Plailect/Guide/issues/681) antes de hacer hardmod (*en inglés*).
diff --git a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt
index 618207565e..f3be4044fa 100644
--- a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Instalar boot9strap (Homebrew Launcher)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(homebrew-launcher).html
+title: "Instalar boot9strap (Homebrew Launcher)"
---
Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/es_ES/installing-boot9strap-(mset).txt b/_pages/es_ES/installing-boot9strap-(mset).txt
index 700a5e066c..6c3fb23e8a 100644
--- a/_pages/es_ES/installing-boot9strap-(mset).txt
+++ b/_pages/es_ES/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Instalar boot9strap (MSET)" #
-lang: es
-permalink: /es_ES/installing-boot9strap-(mset).html
+title: "Instalar boot9strap (MSET)"
---
Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/es_ES/move-emunand.txt b/_pages/es_ES/move-emunand.txt
index faaf1e98cc..cb48e0b46e 100644
--- a/_pages/es_ES/move-emunand.txt
+++ b/_pages/es_ES/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Mover EmuNAND" #
-lang: es
-permalink: /es_ES/move-emunand.html
+title: "Mover EmuNAND"
---
Esta es una sección adicional para mover los contenidos de una EmuNAND a la nueva SysNAND con CFW, eliminando después la partición de la EmuNAND de la tarjeta SD. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/es_ES/ntr-and-cubic-ninja.txt b/_pages/es_ES/ntr-and-cubic-ninja.txt
index 643338bac0..6c2d646dd4 100644
--- a/_pages/es_ES/ntr-and-cubic-ninja.txt
+++ b/_pages/es_ES/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR y Cubic Ninja" #
-lang: es
-permalink: /es_ES/ntr-and-cubic-ninja.html
+title: "NTR y Cubic Ninja"
---
Para utilizar los enlaces [magnet](https://es.wikipedia.org/wiki/Magnet) de esta página, vas a necesitar un cliente torrent como [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/es_ES/region-changing.txt b/_pages/es_ES/region-changing.txt
index 2b653f1f3c..02eb167e17 100644
--- a/_pages/es_ES/region-changing.txt
+++ b/_pages/es_ES/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Cambio de Región" #
-lang: es
-permalink: /es_ES/region-changing.html
+title: "Cambio de Región"
---
Esta es una sección adicional para cambiar de región la SysNAND de tu CFW. Esto se hace instalando la imagen de CTRTransfer 9.2.0 para la región a la que quieras cambiar.
diff --git a/_pages/es_ES/site-navigation.txt b/_pages/es_ES/site-navigation.txt
index 6a84a3f655..49709c0704 100644
--- a/_pages/es_ES/site-navigation.txt
+++ b/_pages/es_ES/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Navegación del Sitio" #
-lang: es
-permalink: /es_ES/site-navigation.html
+title: "Navegación del Sitio"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/es_ES/troubleshooting.txt b/_pages/es_ES/troubleshooting.txt
index 7e96f3a35f..5412a8ed58 100644
--- a/_pages/es_ES/troubleshooting.txt
+++ b/_pages/es_ES/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Resolución de Problemas" #
-lang: es
-permalink: /es_ES/troubleshooting.html
+title: "Resolución de Problemas"
---
Si no puedes encender tu consola, por favor, busca la sección correspondiente a tu problema y sigue las instrucciones. Una vez encuentres la solución que funcione para ti, puedes continuar con la guía principal
diff --git a/_pages/es_ES/updating-to-boot9strap.txt b/_pages/es_ES/updating-to-boot9strap.txt
index 6a3ca85fee..291e01fe8f 100644
--- a/_pages/es_ES/updating-to-boot9strap.txt
+++ b/_pages/es_ES/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Actualizar a boot9strap" #
-lang: es
-permalink: /es_ES/updating-to-boot9strap.html
+title: "Actualizar a boot9strap"
---
Esta página es para los usuarios actuales de arm9loaderhax que deseen actualizar sus consolas a boot9strap.
diff --git a/_pages/es_ES/why-ads.txt b/_pages/es_ES/why-ads.txt
index c1e2fac241..9cbb611835 100644
--- a/_pages/es_ES/why-ads.txt
+++ b/_pages/es_ES/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "¿Por qué anuncios?" #
-lang: es
-permalink: /es_ES/why-ads.html
+title: "¿Por qué anuncios?"
layout: single-no-ads
---
diff --git a/_pages/fi_FI/404.txt b/_pages/fi_FI/404.txt
index 3ae31a898d..1e5e987746 100644
--- a/_pages/fi_FI/404.txt
+++ b/_pages/fi_FI/404.txt
@@ -1,7 +1,5 @@
---
-title: "Sivua ei löydy" #
-lang: fi
-permalink: /fi_FI/404.html
+title: "Sivua ei löydy"
layout: single-no-ads
excerpt: "Sivua ei löytynyt. Etsimäsi pikselit ovat toisaalla."
sitemap: false
diff --git a/_pages/fi_FI/9.2.0-ctrtransfer.txt b/_pages/fi_FI/9.2.0-ctrtransfer.txt
index 1105baf97b..04c71537bd 100644
--- a/_pages/fi_FI/9.2.0-ctrtransfer.txt
+++ b/_pages/fi_FI/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0-CTRTransfer" #
-lang: fi
-permalink: /fi_FI/9.2.0-ctrtransfer.html
+title: "9.2.0-CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/fi_FI/cart-update.txt b/_pages/fi_FI/cart-update.txt
index d32a451e7a..2477481087 100644
--- a/_pages/fi_FI/cart-update.txt
+++ b/_pages/fi_FI/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Korttipäivitys" #
-lang: fi
-permalink: /fi_FI/cart-update.html
+title: "Korttipäivitys"
---
Kaikki pelikortit sisältävät peliä varten vaaditun järjestelmäversion. Tämä mahdollistaa kenen tahansa päivittää vanhemman versionsa kortilla olevaan versioon (jopa ilman internet-yhteyttä).
diff --git a/_pages/fi_FI/credits.txt b/_pages/fi_FI/credits.txt
index fb193cb05d..7eaca77a4c 100644
--- a/_pages/fi_FI/credits.txt
+++ b/_pages/fi_FI/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Kiitokset" #
-lang: fi
-permalink: /fi_FI/credits.html
+title: "Kiitokset"
---
**Erityiskiitokset kaikille [#Cakey-kanavalla Freenodessa](http://webchat.freenode.net/?channels=%23Cakey)!**
diff --git a/_pages/fi_FI/donations.txt b/_pages/fi_FI/donations.txt
index 294fc766c9..316c45e895 100644
--- a/_pages/fi_FI/donations.txt
+++ b/_pages/fi_FI/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Lahjoitukset" #
-lang: fi
-permalink: /fi_FI/donations.html
+title: "Lahjoitukset"
layout: single-no-ads
---
diff --git a/_pages/fi_FI/f3-(linux).txt b/_pages/fi_FI/f3-(linux).txt
index 611650574c..f8c20bc253 100644
--- a/_pages/fi_FI/f3-(linux).txt
+++ b/_pages/fi_FI/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: fi
-permalink: /fi_FI/f3-(linux).html
+title: "F3 (Linux)"
---
Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta F3-ohjelman avulla.
diff --git a/_pages/fi_FI/f3x-(mac).txt b/_pages/fi_FI/f3x-(mac).txt
index f8e645bfab..1bb391b4bc 100644
--- a/_pages/fi_FI/f3x-(mac).txt
+++ b/_pages/fi_FI/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: fi
-permalink: /fi_FI/f3x-(mac).html
+title: "F3X (Mac)"
---
Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta F3X-ohjelman avulla.
diff --git a/_pages/fi_FI/faq.txt b/_pages/fi_FI/faq.txt
index 4370d8b692..740027ca08 100644
--- a/_pages/fi_FI/faq.txt
+++ b/_pages/fi_FI/faq.txt
@@ -1,7 +1,5 @@
---
-title: "UKK" #
-lang: fi
-permalink: /fi_FI/faq.html
+title: "UKK"
---
{% capture notice-1 %}
diff --git a/_pages/fi_FI/file-extensions-(windows).txt b/_pages/fi_FI/file-extensions-(windows).txt
index 8135e9af59..0978796ff0 100644
--- a/_pages/fi_FI/file-extensions-(windows).txt
+++ b/_pages/fi_FI/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Tiedostotunnisteet (Windows)" #
-lang: fi
-permalink: /fi_FI/file-extensions-(windows).html
+lang: fi
---
Tämä lisäosio opastaa sinua ottamaan pois käytöstä Windowsissa oletuksena olevan tieostotunnisteiden piilottamisen.
diff --git a/_pages/fi_FI/finalizing-setup.txt b/_pages/fi_FI/finalizing-setup.txt
index 0c3d02fe5f..261f3561e7 100644
--- a/_pages/fi_FI/finalizing-setup.txt
+++ b/_pages/fi_FI/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: fi
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
**Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n**
diff --git a/_pages/fi_FI/get-started-(new-3ds).txt b/_pages/fi_FI/get-started-(new-3ds).txt
index 3c79cf87c0..9b0ce4a865 100644
--- a/_pages/fi_FI/get-started-(new-3ds).txt
+++ b/_pages/fi_FI/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Aloitus (New 3DS)" #
-lang: fi
-permalink: /fi_FI/get-started-(new-3ds).html
+title: "Aloitus (New 3DS)"
---
Valitse konsolisi versiota vastaava sivu alta löytyvästä listasta.
diff --git a/_pages/fi_FI/get-started-(old-3ds).txt b/_pages/fi_FI/get-started-(old-3ds).txt
index 755aae2e8f..346e8fe4a2 100644
--- a/_pages/fi_FI/get-started-(old-3ds).txt
+++ b/_pages/fi_FI/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Aloitus (vanha 3DS)" #
-lang: fi
-permalink: /fi_FI/get-started-(old-3ds).html
+title: "Aloitus (vanha 3DS)"
---
Valitse konsolisi versiota vastaava sivu alta löytyvästä listasta.
diff --git a/_pages/fi_FI/get-started.txt b/_pages/fi_FI/get-started.txt
index ce55a271d0..49f6a0bd54 100644
--- a/_pages/fi_FI/get-started.txt
+++ b/_pages/fi_FI/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Aloitus" #
-lang: fi
-permalink: /fi_FI/get-started
+title: "Aloitus"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/fi_FI/godmode9-usage.txt b/_pages/fi_FI/godmode9-usage.txt
index f4ab5b1a9f..e7cde11155 100644
--- a/_pages/fi_FI/godmode9-usage.txt
+++ b/_pages/fi_FI/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9:n käyttäminen" #
-lang: fi
-permalink: /fi_FI/godmode9-usage.html
+title: "GodMode9:n käyttäminen"
---
GodMode9 on täysillä oikeuksilla varustettu tiedostoselain Nintendo 3DS -konsolille. Sen avulla pääset käsiksi SD-korttiisi, SysNANDisi ja EmuNANDisi FAT-osioihin sekä periaatteessa mihin tahansa muuhunkin. Voit muun muassa kopioida, poistaa ja uudelleennimetä tiedostoja ja kansioita.
diff --git a/_pages/fi_FI/h2testw-(windows).txt b/_pages/fi_FI/h2testw-(windows).txt
index efd4cbdc63..4e0aa640ca 100644
--- a/_pages/fi_FI/h2testw-(windows).txt
+++ b/_pages/fi_FI/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: fi
-permalink: /fi_FI/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta h2testw-ohjelman avulla.
diff --git a/_pages/fi_FI/home.txt b/_pages/fi_FI/home.txt
index efe06f4615..494ae8c69c 100644
--- a/_pages/fi_FI/home.txt
+++ b/_pages/fi_FI/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Aloita" #
cta_url: "/fi_FI/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: fi
-permalink: /fi_FI/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/fi_FI/homebrew-launcher-(alternatives).txt b/_pages/fi_FI/homebrew-launcher-(alternatives).txt
index d983192838..aff4ef2e86 100644
--- a/_pages/fi_FI/homebrew-launcher-(alternatives).txt
+++ b/_pages/fi_FI/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (muut käynnistystavat)" #
-lang: fi
-permalink: /fi_FI/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (muut käynnistystavat)"
---
Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja.
diff --git a/_pages/fi_FI/homebrew-launcher-(soundhax).txt b/_pages/fi_FI/homebrew-launcher-(soundhax).txt
index 60176a3cf9..28493e75a2 100644
--- a/_pages/fi_FI/homebrew-launcher-(soundhax).txt
+++ b/_pages/fi_FI/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: fi
-permalink: /fi_FI/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja.
diff --git a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt
index d5bda0a2df..8081be102e 100644
--- a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt
+++ b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: fi
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
**Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n**
diff --git a/_pages/fi_FI/installing-boot9strap-(browser).txt b/_pages/fi_FI/installing-boot9strap-(browser).txt
index 739ec4e630..2d3ada7b76 100644
--- a/_pages/fi_FI/installing-boot9strap-(browser).txt
+++ b/_pages/fi_FI/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: fi
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen.
diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware).txt b/_pages/fi_FI/installing-boot9strap-(dsiware).txt
index 2a7eb796f5..8e2b06bfea 100644
--- a/_pages/fi_FI/installing-boot9strap-(dsiware).txt
+++ b/_pages/fi_FI/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: fi
-permalink: /installing-boot9strap-(dsiware).html
+lang: fi
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt
index c15f60758f..509ee34a28 100644
--- a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: fi
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: fi
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt
index 93ce8d3108..2dde1ac0bc 100644
--- a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: fi
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: fi
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt
index 6922278516..d9dcfde531 100644
--- a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: fi
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: fi
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/fi_FI/installing-boot9strap-(hardmod).txt b/_pages/fi_FI/installing-boot9strap-(hardmod).txt
index b18e98a9f8..abb1b9d8be 100644
--- a/_pages/fi_FI/installing-boot9strap-(hardmod).txt
+++ b/_pages/fi_FI/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: fi
-permalink: /installing-boot9strap-(hardmod).html
+lang: fi
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt
index aedfba3d00..d4b082e92c 100644
--- a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: fi
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen.
diff --git a/_pages/fi_FI/installing-boot9strap-(mset).txt b/_pages/fi_FI/installing-boot9strap-(mset).txt
index 608ad250e1..2d3bdaf5bf 100644
--- a/_pages/fi_FI/installing-boot9strap-(mset).txt
+++ b/_pages/fi_FI/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: fi
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen.
diff --git a/_pages/fi_FI/move-emunand.txt b/_pages/fi_FI/move-emunand.txt
index eca475926f..9b5d0c4a9f 100644
--- a/_pages/fi_FI/move-emunand.txt
+++ b/_pages/fi_FI/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNANDin siirtäminen" #
-lang: fi
-permalink: /fi_FI/move-emunand.html
+title: "EmuNANDin siirtäminen"
---
Tässä lisäosiossa opastetaan EmuNANDin sisällön siirtäminen uuteen SysNAND-kokoonpanoon sekä EmuNAND-osion poistaminen tämän jälkeen. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen.
diff --git a/_pages/fi_FI/ntr-and-cubic-ninja.txt b/_pages/fi_FI/ntr-and-cubic-ninja.txt
index d79c80d77f..74a23c4bdd 100644
--- a/_pages/fi_FI/ntr-and-cubic-ninja.txt
+++ b/_pages/fi_FI/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR ja Cubic Ninja" #
-lang: fi
-permalink: /fi_FI/ntr-and-cubic-ninja.html
+title: "NTR ja Cubic Ninja"
---
**Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n**
diff --git a/_pages/fi_FI/region-changing.txt b/_pages/fi_FI/region-changing.txt
index 225feeccad..14e984c9eb 100644
--- a/_pages/fi_FI/region-changing.txt
+++ b/_pages/fi_FI/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Alueen vaihtaminen" #
-lang: fi
-permalink: /fi_FI/region-changing.html
+title: "Alueen vaihtaminen"
---
This is add-on section for region changing your CFW SysNAND. Tämä tapahtuu asentamalla sen alueen 9.2.0-CTRTransfer-näköistiedosto, johon haluat vaihtaa.
diff --git a/_pages/fi_FI/site-navigation.txt b/_pages/fi_FI/site-navigation.txt
index cc87bb4b5f..0de683ab6a 100644
--- a/_pages/fi_FI/site-navigation.txt
+++ b/_pages/fi_FI/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Sivuston navigaatio" #
-lang: fi
-permalink: /fi_FI/site-navigation.html
+title: "Sivuston navigaatio"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/fi_FI/troubleshooting.txt b/_pages/fi_FI/troubleshooting.txt
index 173f694894..76a7dffcf9 100644
--- a/_pages/fi_FI/troubleshooting.txt
+++ b/_pages/fi_FI/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Vianmääritys" #
-lang: fi
-permalink: /fi_FI/troubleshooting.html
+title: "Vianmääritys"
---
Jos et pysty käynnistämään konsoliasi, seuraa tilannettasi vastaavan kohdan ohjeita. Kun jokin sivun ratkaisuista toimii ongelmaasi, voit jatkaa pääopasta
diff --git a/_pages/fi_FI/updating-to-boot9strap.txt b/_pages/fi_FI/updating-to-boot9strap.txt
index 6087b371fb..3598501315 100644
--- a/_pages/fi_FI/updating-to-boot9strap.txt
+++ b/_pages/fi_FI/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: fi
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/fi_FI/why-ads.txt b/_pages/fi_FI/why-ads.txt
index 94bcc3f6f6..6bb23cbc8a 100644
--- a/_pages/fi_FI/why-ads.txt
+++ b/_pages/fi_FI/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Miksi mainokset?" #
-lang: fi
-permalink: /fi_FI/why-ads.html
+title: "Miksi mainokset?"
layout: single-no-ads
---
diff --git a/_pages/fr_FR/404.txt b/_pages/fr_FR/404.txt
index 47657758c1..d3767af813 100644
--- a/_pages/fr_FR/404.txt
+++ b/_pages/fr_FR/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Introuvable" #
-lang: fr
-permalink: /fr_FR/404.html
+title: "Page Introuvable"
layout: single-no-ads
excerpt: "Page introuvable. Vos pixels sont dans un autre canevas." #
sitemap: false
diff --git a/_pages/fr_FR/9.2.0-ctrtransfer.txt b/_pages/fr_FR/9.2.0-ctrtransfer.txt
index 5037daa272..1ad46b87f2 100644
--- a/_pages/fr_FR/9.2.0-ctrtransfer.txt
+++ b/_pages/fr_FR/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-titre: 9.2.0 CTRTransfert" #
-lang: fr
-permalink: /fr_FR/9.2.0-ctrtransfer.html
+titre: 9.2.0 CTRTransfert"
---
C’est la section Add-on pour installer une 9.2.0 CTRTransfer image sur votre console.
diff --git a/_pages/fr_FR/cart-update.txt b/_pages/fr_FR/cart-update.txt
index 726060607c..3a608b75a1 100644
--- a/_pages/fr_FR/cart-update.txt
+++ b/_pages/fr_FR/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Mise à jour par Cartouche" #
-lang: fr
-permalink: /fr_FR/cart-update.html
+title: "Mise à jour par Cartouche"
---
Toutes les cartouches de jeu contiennent une copie du firmware nécessaire pour pouvoir y jouer, ce qui permet à n'importe qui de mettre à jour sa console vers celui-ci (même sans connexion internet).
diff --git a/_pages/fr_FR/credits.txt b/_pages/fr_FR/credits.txt
index 03ca11edf0..12934926a1 100644
--- a/_pages/fr_FR/credits.txt
+++ b/_pages/fr_FR/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Remerciements" #
-lang: fr
-permalink: /fr_FR/credits.html
+title: "Remerciements"
---
**Remerciements spéciaux à toutes les personnes du salon [#Cakey sur Freenode](http://webchat.freenode.net/?channels=%23Cakey), vous êtes géniaux !**
diff --git a/_pages/fr_FR/donations.txt b/_pages/fr_FR/donations.txt
index 4359a1bfc6..c9944856bd 100644
--- a/_pages/fr_FR/donations.txt
+++ b/_pages/fr_FR/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Dons" #
-lang: fr
-permalink: /fr_FR/donations.html
+title: "Dons"
layout: single-no-ads
---
diff --git a/_pages/fr_FR/f3-(linux).txt b/_pages/fr_FR/f3-(linux).txt
index 85442ea277..6011fae05c 100644
--- a/_pages/fr_FR/f3-(linux).txt
+++ b/_pages/fr_FR/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: fr
-permalink: /fr_FR/f3-(linux).html
+title: "F3 (Linux)"
---
Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de F3.
diff --git a/_pages/fr_FR/f3x-(mac).txt b/_pages/fr_FR/f3x-(mac).txt
index 8ca9d834df..83bcff1c0c 100644
--- a/_pages/fr_FR/f3x-(mac).txt
+++ b/_pages/fr_FR/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: fr
-permalink: /fr_FR/f3x-(mac).html
+title: "F3X (Mac)"
---
Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de F3X.
diff --git a/_pages/fr_FR/faq.txt b/_pages/fr_FR/faq.txt
index a56f610fd3..c095362f05 100644
--- a/_pages/fr_FR/faq.txt
+++ b/_pages/fr_FR/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: fr
-permalink: /fr_FR/faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/fr_FR/file-extensions-(windows).txt b/_pages/fr_FR/file-extensions-(windows).txt
index d58bece883..41096ea6e2 100644
--- a/_pages/fr_FR/file-extensions-(windows).txt
+++ b/_pages/fr_FR/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Extensions de fichier (Windows)" #
-lang: fr
-permalink: /fr_FR/file-extensions-(windows).html
+lang: fr
---
C'est une section supplémentaire pour désactiver le fait que Windows cache les extensions des fichiers.
diff --git a/_pages/fr_FR/finalizing-setup.txt b/_pages/fr_FR/finalizing-setup.txt
index 540ad91b44..4b628f5773 100644
--- a/_pages/fr_FR/finalizing-setup.txt
+++ b/_pages/fr_FR/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalisation de l'installation" #
-lang: fr
-permalink: /fr_FR/finalizing-setup.html
+title: "Finalisation de l'installation"
---
Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/fr_FR/get-started-(new-3ds).txt b/_pages/fr_FR/get-started-(new-3ds).txt
index 4cb92a6f62..dfdbe330d7 100644
--- a/_pages/fr_FR/get-started-(new-3ds).txt
+++ b/_pages/fr_FR/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Bien Démarrer (New 3DS)" #
-lang: fr
-permalink: /fr_FR/get-started-(new-3ds).html
+title: "Bien Démarrer (New 3DS)"
---
Sélectionnez la page appropriée pour votre version dans le tableau ci-dessous.
diff --git a/_pages/fr_FR/get-started-(old-3ds).txt b/_pages/fr_FR/get-started-(old-3ds).txt
index f1885784e1..3317bd1fe9 100644
--- a/_pages/fr_FR/get-started-(old-3ds).txt
+++ b/_pages/fr_FR/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Bien Démarrer (Old 3DS)" #
-lang: fr
-permalink: /fr_FR/get-started-(old-3ds).html
+title: "Bien Démarrer (Old 3DS)"
---
Sélectionnez la page appropriée à votre version dans le tableau ci-dessous.
diff --git a/_pages/fr_FR/get-started.txt b/_pages/fr_FR/get-started.txt
index aa0ee1f75d..465a8935e5 100644
--- a/_pages/fr_FR/get-started.txt
+++ b/_pages/fr_FR/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Bien Démarrer" #
-lang: fr
-permalink: /fr_FR/get-started.html
+title: "Bien Démarrer"
---
Cette page donne des instructions sur comment installer boot9strap sur une 3DS ou 2DS vierge. Si vous avez déjà installé arm9loaderhax et que vous voulez passer à boot9strap, suivez [Mise à jour vers boot9strap](updating-to-boot9strap).
diff --git a/_pages/fr_FR/godmode9-usage.txt b/_pages/fr_FR/godmode9-usage.txt
index a3ce6cbd4d..faddd4b1ae 100644
--- a/_pages/fr_FR/godmode9-usage.txt
+++ b/_pages/fr_FR/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "Utilisation de GodMode9" #
-lang: fr
-permalink: /fr_FR/godmode9-usage.html
+title: "Utilisation de GodMode9"
---
GodMode9 est un navigateur de fichiers avec un accès complet pour la console de Nintendo 3DS, vous donnant accès à votre carte SD, les partitions FAT à l’intérieur de votre SysNAND et EmuNAND et fondamentalement rien d’autre. Parmi les autres fonctionnalités, vous pouvez copier, supprimer, renommer des fichiers et créer des dossiers.
diff --git a/_pages/fr_FR/h2testw-(windows).txt b/_pages/fr_FR/h2testw-(windows).txt
index bdcb586979..385bc0a57a 100644
--- a/_pages/fr_FR/h2testw-(windows).txt
+++ b/_pages/fr_FR/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: fr
-permalink: /fr_FR/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de h2testw.
diff --git a/_pages/fr_FR/home.txt b/_pages/fr_FR/home.txt
index 06c1a7eb69..b049746f60 100644
--- a/_pages/fr_FR/home.txt
+++ b/_pages/fr_FR/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Bien Démarrer" #
cta_url: "/fr_FR/get-started" #
caption:
-excerpt: "Un guide complet pour le custom firmware de 3DS,
depuis le firmware original vers boot9strap.
" #
-lang: fr
-permalink: /fr_FR/index.html
+excerpt: "Un guide complet pour le custom firmware de 3DS,
depuis le firmware original vers boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/fr_FR/homebrew-launcher-(alternatives).txt b/_pages/fr_FR/homebrew-launcher-(alternatives).txt
index 7565426916..d835e76a2f 100644
--- a/_pages/fr_FR/homebrew-launcher-(alternatives).txt
+++ b/_pages/fr_FR/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: fr
-permalink: /fr_FR/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
Il existe différentes méthodes pour lancer l'Homebrew Launcher.
diff --git a/_pages/fr_FR/homebrew-launcher-(soundhax).txt b/_pages/fr_FR/homebrew-launcher-(soundhax).txt
index d492ed387f..0b12dacc9b 100644
--- a/_pages/fr_FR/homebrew-launcher-(soundhax).txt
+++ b/_pages/fr_FR/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: fr
-permalink: /fr_FR/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Il existe différentes méthodes pour lancer l'Homebrew Launcher.
diff --git a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt
index f1565c584b..ce6d4893c8 100644
--- a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt
+++ b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installer boot9strap (2xrsa)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(2xrsa).html
+title: "Installer boot9strap (2xrsa)"
---
Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/fr_FR/installing-boot9strap-(browser).txt b/_pages/fr_FR/installing-boot9strap-(browser).txt
index 2892ec89a4..73d311b089 100644
--- a/_pages/fr_FR/installing-boot9strap-(browser).txt
+++ b/_pages/fr_FR/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installer boot9strap (Navigateur)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(browser).html
+title: "Installer boot9strap (Navigateur)"
---
Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware).txt b/_pages/fr_FR/installing-boot9strap-(dsiware).txt
index 643f926e36..0b90553809 100644
--- a/_pages/fr_FR/installing-boot9strap-(dsiware).txt
+++ b/_pages/fr_FR/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installer boot9strap (DSiWare)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(dsiware).html
+lang: fr
---
Il y a deux différentes méthodes pour installer boot9strap à l'aide de DSiWare sur 11.4.0.
diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt
index 0c19a9a037..0d8bb6b8bb 100644
--- a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installer boot9strap (Injection de jeu DSiWare)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(dsiware-game-injection).html
+lang: fr
---
Notez que, sur certaines versions de Luma3DS, le Luma3DS chainloader menu ne s’affiche que s’il n’y a plus d’un payload détecté. Si il n’y a qu’un seul payload détecté, maintenir la touche (Start) au démarrage lancera directement GodMode9.
diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt
index 16900bee54..eab44ad1e3 100644
--- a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installer boot9strap (Liste des jeux pour l'injection DSiWare)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(dsiware-game-injection-list).html
+lang: fr
---
C'est une liste automatiquement générée de tous les jeux DSiWare compatibles avec [Installer boot9strap (DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt
index 6888925733..5edbb4f77b 100644
--- a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installer boot9strap (Injection de sauvegarde DSiWare)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(dsiware-save-injection).html
+lang: fr
---
Notez que, sur certaines versions de Luma3DS, le Luma3DS chainloader menu ne s’affiche que s’il n’y a plus d’un payload détecté. Si il n’y a qu’un seul payload détecté, maintenir la touche (Start) au démarrage lancera directement GodMode9.
diff --git a/_pages/fr_FR/installing-boot9strap-(hardmod).txt b/_pages/fr_FR/installing-boot9strap-(hardmod).txt
index 2fe7c7ddaf..c3501e3801 100644
--- a/_pages/fr_FR/installing-boot9strap-(hardmod).txt
+++ b/_pages/fr_FR/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installer boot9strap (Hardmod)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(hardmod).html
+lang: fr
---
Un excellent guide pour obtenir un hardmod se trouve [ici](https://gbatemp.net/threads/414498/). Pour les New 3DS, lire [ceci](https://github.com/Plailect/Guide/issues/681) avant de commencer le hardmod.
diff --git a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt
index 8712489465..3a5b542408 100644
--- a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installer boot9strap (Homebrew Launcher)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(homebrew-launcher).html
+title: "Installer boot9strap (Homebrew Launcher)"
---
Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/fr_FR/installing-boot9strap-(mset).txt b/_pages/fr_FR/installing-boot9strap-(mset).txt
index a0bab0bb5e..250b91be79 100644
--- a/_pages/fr_FR/installing-boot9strap-(mset).txt
+++ b/_pages/fr_FR/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installer boot9strap (MSET)" #
-lang: fr
-permalink: /fr_FR/installing-boot9strap-(mset).html
+title: "Installer boot9strap (MSET)"
---
Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/fr_FR/move-emunand.txt b/_pages/fr_FR/move-emunand.txt
index 797e9a5297..816b323027 100644
--- a/_pages/fr_FR/move-emunand.txt
+++ b/_pages/fr_FR/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Transférer votre EmuNAND vers votre SysNAND" #
-lang: fr
-permalink: /fr_FR/move-emunand.html
+title: "Transférer votre EmuNAND vers votre SysNAND"
---
Ceci est une section complémentaire qui vous permettra de déplacer le contenu de votre EmuNAND vers votre CFW SysNAND, puis de supprimer l'ancienne partition EmuNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/fr_FR/ntr-and-cubic-ninja.txt b/_pages/fr_FR/ntr-and-cubic-ninja.txt
index 60eccf95f3..ac4be980f1 100644
--- a/_pages/fr_FR/ntr-and-cubic-ninja.txt
+++ b/_pages/fr_FR/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR et Cubic Ninja" #
-lang: fr
-permalink: /fr_FR/ntr-and-cubic-ninja.html
+title: "NTR et Cubic Ninja"
---
Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/fr_FR/region-changing.txt b/_pages/fr_FR/region-changing.txt
index dad4eff0e1..ff80fb83f7 100644
--- a/_pages/fr_FR/region-changing.txt
+++ b/_pages/fr_FR/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Changement de Région" #
-lang: fr
-permalink: /fr_FR/region-changing.html
+title: "Changement de Région"
---
Il s’agit de la section Extensions afin de changer la région de votre CFW SysNAND. On peut le faire en installant l'image CTRTransfer 9.2.0 de la région à laquelle vous souhaitez passer.
diff --git a/_pages/fr_FR/site-navigation.txt b/_pages/fr_FR/site-navigation.txt
index e350913ddd..71bf71a914 100644
--- a/_pages/fr_FR/site-navigation.txt
+++ b/_pages/fr_FR/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Index" #
-lang: fr
-permalink: /fr_FR/site-navigation.html
+title: "Index"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/fr_FR/troubleshooting.txt b/_pages/fr_FR/troubleshooting.txt
index d8cfe12588..87096ce729 100644
--- a/_pages/fr_FR/troubleshooting.txt
+++ b/_pages/fr_FR/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Problèmes et Dépannage" #
-lang: fr
-permalink: /fr_FR/troubleshooting.html
+title: "Problèmes et Dépannage"
---
Si vous ne parvenez pas à démarrer votre 3DS, recherchez la section qui vous concerne et suivez les instructions correspondantes. Une fois qu'une solution fonctionne pour vous, vous pouvez passer à la suite du guide principal
diff --git a/_pages/fr_FR/updating-to-boot9strap.txt b/_pages/fr_FR/updating-to-boot9strap.txt
index 6d70d22cbb..cec3d6356b 100644
--- a/_pages/fr_FR/updating-to-boot9strap.txt
+++ b/_pages/fr_FR/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Mise à jour vers boot9strap" #
-lang: fr
-permalink: /fr_FR/updating-to-boot9strap.html
+title: "Mise à jour vers boot9strap"
---
Cette page est faite pour que les utilisateurs actuels de arm9loaderhax puissent mettre à jour leurs consoles vers boot9strap.
diff --git a/_pages/fr_FR/why-ads.txt b/_pages/fr_FR/why-ads.txt
index a92e5bd61c..664c74184a 100644
--- a/_pages/fr_FR/why-ads.txt
+++ b/_pages/fr_FR/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Pourquoi des pubs ?" #
-lang: fr
-permalink: /fr_FR/why-ads.html
+title: "Pourquoi des pubs ?"
layout: single-no-ads
---
diff --git a/_pages/he_IL/404.txt b/_pages/he_IL/404.txt
index be8f4c799e..7f21bc327e 100644
--- a/_pages/he_IL/404.txt
+++ b/_pages/he_IL/404.txt
@@ -1,7 +1,5 @@
---
-title: "הדף לא נמצא" #
-lang: he
-permalink: /he_IL/404.html
+title: "הדף לא נמצא"
layout: single-no-ads
excerpt: "עמוד לא נמצא. הפיקסלים שלך נמצאים בדף אחר." #
sitemap: false
diff --git a/_pages/he_IL/9.2.0-ctrtransfer.txt b/_pages/he_IL/9.2.0-ctrtransfer.txt
index 99c0f300d9..4c6922a9d0 100644
--- a/_pages/he_IL/9.2.0-ctrtransfer.txt
+++ b/_pages/he_IL/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: he
-permalink: /he_IL/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
זהו מדריך הרחבה המסביר על ביצוע CTRTransfer אל 9.2.0.
diff --git a/_pages/he_IL/cart-update.txt b/_pages/he_IL/cart-update.txt
index 3c36d5cb8c..9cc44622fe 100644
--- a/_pages/he_IL/cart-update.txt
+++ b/_pages/he_IL/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "עדכון עם משחק פיזי" #
-lang: he
-permalink: /he_IL/cart-update.html
+title: "עדכון עם משחק פיזי"
---
כל עותק של משחק כולל בתוכו את העדכון מערכת שצריך על מנת להפעיל אותו, אשר נותן לכל מי שעל גרסא נמוכה להשתמש במשחק כדי לעדכן לגירסה הזאת (אפילו ללא חיבור לאינטרנט).
diff --git a/_pages/he_IL/credits.txt b/_pages/he_IL/credits.txt
index 9dea15ce83..1dc16130ef 100644
--- a/_pages/he_IL/credits.txt
+++ b/_pages/he_IL/credits.txt
@@ -1,7 +1,5 @@
---
-title: "תודות" #
-lang: he
-permalink: /he_IL/credits.html
+title: "תודות"
---
**תודות מיוחדות לכל [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) על היותכם מדהימים!**
diff --git a/_pages/he_IL/donations.txt b/_pages/he_IL/donations.txt
index 2a7dff316c..ebbae97463 100644
--- a/_pages/he_IL/donations.txt
+++ b/_pages/he_IL/donations.txt
@@ -1,7 +1,5 @@
---
-title: "תרומות" #
-lang: he
-permalink: /he_IL/donations.html
+title: "תרומות"
layout: single-no-ads
---
diff --git a/_pages/he_IL/f3-(linux).txt b/_pages/he_IL/f3-(linux).txt
index 0fc0e5cea1..ca29d88e96 100644
--- a/_pages/he_IL/f3-(linux).txt
+++ b/_pages/he_IL/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: he
-permalink: /he_IL/f3-(linux).html
+title: "F3 (Linux)"
---
זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות F3.
diff --git a/_pages/he_IL/f3x-(mac).txt b/_pages/he_IL/f3x-(mac).txt
index 884dabab7e..fbe4bdeab8 100644
--- a/_pages/he_IL/f3x-(mac).txt
+++ b/_pages/he_IL/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: he
-permalink: /he_IL/f3x-(mac).html
+title: "F3X (Mac)"
---
זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות F3X.
diff --git a/_pages/he_IL/faq.txt b/_pages/he_IL/faq.txt
index abb6f8c871..1d2155af39 100644
--- a/_pages/he_IL/faq.txt
+++ b/_pages/he_IL/faq.txt
@@ -1,7 +1,5 @@
---
-title: "שאלות ותשובות" #
-lang: he
-permalink: /he_IL/faq.html
+title: "שאלות ותשובות"
---
{% capture notice-1 %}
diff --git a/_pages/he_IL/file-extensions-(windows).txt b/_pages/he_IL/file-extensions-(windows).txt
index 8670366fa5..b2c3ea0002 100644
--- a/_pages/he_IL/file-extensions-(windows).txt
+++ b/_pages/he_IL/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "סיומות קבצים (Windows)" #
-lang: he
-permalink: /he_IL/file-extensions-(windows).html
+lang: he
---
זוהי הרחבה עבור כיבוי הגדרת ברירת המחדל של Windows להסתיר סיומות קבצים.
diff --git a/_pages/he_IL/finalizing-setup.txt b/_pages/he_IL/finalizing-setup.txt
index 2b0a883651..07b8b0e567 100644
--- a/_pages/he_IL/finalizing-setup.txt
+++ b/_pages/he_IL/finalizing-setup.txt
@@ -1,7 +1,6 @@
---
כותרת: סיום התהליך
lang: he
-permalink: /he_IL/finalizing-setup.html
---
**כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/he_IL/get-started-(new-3ds).txt b/_pages/he_IL/get-started-(new-3ds).txt
index 62c61459c6..0f3db95d4b 100644
--- a/_pages/he_IL/get-started-(new-3ds).txt
+++ b/_pages/he_IL/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "צעדים ראשונים (New 3DS)" #
-lang: he
-permalink: /he_IL/get-started-(new-3ds).html
+title: "צעדים ראשונים (New 3DS)"
---
תבחרו את הדף המתאים עבור הגירסה שלכם מהתרשים שלמטה.
diff --git a/_pages/he_IL/get-started-(old-3ds).txt b/_pages/he_IL/get-started-(old-3ds).txt
index 6555e7d209..a98b78dec7 100644
--- a/_pages/he_IL/get-started-(old-3ds).txt
+++ b/_pages/he_IL/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "צעדים ראשונים (Old 3DS)" #
-lang: he
-permalink: /he_IL/get-started-(old-3ds).html
+title: "צעדים ראשונים (Old 3DS)"
---
תבחרו את הדף המתאים עבור הגירסה שלכם מהתרשים שלמטה.
diff --git a/_pages/he_IL/get-started.txt b/_pages/he_IL/get-started.txt
index 432e841532..4fc153d410 100644
--- a/_pages/he_IL/get-started.txt
+++ b/_pages/he_IL/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "צעדים ראשונים" #
-lang: he
-permalink: /he_IL/get-started.html
+title: "צעדים ראשונים"
---
עמוד זה הוא בשביל הוראות על איך להתקין את boot9strap אל 3DS או 2DS *לא פרוץ*. אם יש לכם כבר את arm9loaderhax מותקן ואתם רוצים לעדכן לboot9strap, תעקבו אחרי [עדכון אל boot9strap](updating-to-boot9strap).
diff --git a/_pages/he_IL/godmode9-usage.txt b/_pages/he_IL/godmode9-usage.txt
index 32263b473c..6197998484 100644
--- a/_pages/he_IL/godmode9-usage.txt
+++ b/_pages/he_IL/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "שימוש בGodMode9" #
-lang: he
-permalink: /he_IL/godmode9-usage.html
+title: "שימוש בGodMode9"
---
GodMode9 הוא מנהל קבצים עם גישה מלאה לקונסולת ה-3DS, שנותן לכם גישה לכרטיס SD, למחיצות הFAT בתוך הSysNAND והEmuNAND שלכם ובעצם לכל דבר אחר. ביחד עם פונקציות אחרות, אתם יכולים להתיק, למחוק, לשנות שם לקבצים וליצור תיקיות.
diff --git a/_pages/he_IL/h2testw-(windows).txt b/_pages/he_IL/h2testw-(windows).txt
index 83260e8c2b..91544724c2 100644
--- a/_pages/he_IL/h2testw-(windows).txt
+++ b/_pages/he_IL/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: he
-permalink: /he_IL/h2testw-(windows).html
+title: "H2testw (Windows)"
---
זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות h2testw.
diff --git a/_pages/he_IL/home.txt b/_pages/he_IL/home.txt
index 73b72aff19..eb6ff440d3 100644
--- a/_pages/he_IL/home.txt
+++ b/_pages/he_IL/home.txt
@@ -10,7 +10,6 @@ header:
caption:
excerpt: "מדריך שלם לפריצת 3DS,
מהחנות עד ל boot9strap.
"
lang: he
-permalink: /he_IL/index.html
---
{% capture notice-home %}
diff --git a/_pages/he_IL/homebrew-launcher-(alternatives).txt b/_pages/he_IL/homebrew-launcher-(alternatives).txt
index 4200e8dd5c..5cda228a1c 100644
--- a/_pages/he_IL/homebrew-launcher-(alternatives).txt
+++ b/_pages/he_IL/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (אלטרנטיבות)" #
-lang: he
-permalink: /he_IL/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (אלטרנטיבות)"
---
להומברו לאנצ'ר יש הרבה כניסות, והרבה דרכי הפעלה.
diff --git a/_pages/he_IL/homebrew-launcher-(soundhax).txt b/_pages/he_IL/homebrew-launcher-(soundhax).txt
index f9bb6642aa..ac9416a45a 100644
--- a/_pages/he_IL/homebrew-launcher-(soundhax).txt
+++ b/_pages/he_IL/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: he
-permalink: /he_IL/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
להומברו לאנצ'ר יש הרבה דרכי הפעלה.
diff --git a/_pages/he_IL/installing-boot9strap-(2xrsa).txt b/_pages/he_IL/installing-boot9strap-(2xrsa).txt
index 037fa8d5d4..004721a4cf 100644
--- a/_pages/he_IL/installing-boot9strap-(2xrsa).txt
+++ b/_pages/he_IL/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
**כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/he_IL/installing-boot9strap-(browser).txt b/_pages/he_IL/installing-boot9strap-(browser).txt
index 0ae2316220..537622392a 100644
--- a/_pages/he_IL/installing-boot9strap-(browser).txt
+++ b/_pages/he_IL/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "התקנת boot9strap (דפדפן)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(browser).html
+title: "התקנת boot9strap (דפדפן)"
---
אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים.
diff --git a/_pages/he_IL/installing-boot9strap-(dsiware).txt b/_pages/he_IL/installing-boot9strap-(dsiware).txt
index f0f30dc25c..9d55d3f443 100644
--- a/_pages/he_IL/installing-boot9strap-(dsiware).txt
+++ b/_pages/he_IL/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "התקנת boot9strap (DSiWare)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(dsiware).html
+lang: he
---
יש שתי שיטות שונות להתקנת boot9strap עם DSiWare על 11.4.0.
diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt
index dc2f8dd6a0..b8f5f33a20 100644
--- a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "התקנת boot9strap (הזרקת משחק DSiWare)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(dsiware-game-injection).html
+lang: he
---
שימו לב שבגירסאות מסוימות של Luma3DS, תפריט הטעינה של Luma3DS מוצג רק אם יש יותר מתוכנה אחת שזוהתה. אם יש רק תוכנה אחת שזוהתה, החזקת (Start) בהפעלה תפעיל אוטומטית את GodMode9.
diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt
index f7430db28d..31cf890905 100644
--- a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "התקנת boot9strap (רשימת משחקי DSiWare הניתן להזריק)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(dsiware-game-injection-list).html
+lang: he
---
זוהי רשימה שנוצרה אוטומטית של כל המשחקים שתואמים עם [התקנת boot9strap (DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt
index bb23f0bf74..5d7d3ab276 100644
--- a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "התקנת boot9strap (הזרקת שמירת DSiWare)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(dsiware-save-injection).html
+lang: he
---
שימו לב שבגירסאות מסוימות של Luma3DS, תפריט הטעינה של Luma3DS מוצג רק אם יש יותר מתוכנה אחת שזוהתה. אם יש רק תוכנה אחת שזוהתה, החזקת (Start) בהפעלה תפעיל אוטומטית את GodMode9.
diff --git a/_pages/he_IL/installing-boot9strap-(hardmod).txt b/_pages/he_IL/installing-boot9strap-(hardmod).txt
index bab1aeb9f7..7bac503521 100644
--- a/_pages/he_IL/installing-boot9strap-(hardmod).txt
+++ b/_pages/he_IL/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "התקנת boot9strap (הלחמה)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(hardmod).html
+lang: he
---
מדריך מצוין לעשות את ההלחמה ניתן למצוא [כאן](https://gbatemp.net/threads/414498/). אם אתם על New 3DS, תקראו את [זה](https://github.com/Plailect/Guide/issues/681) לפני שאתם מלחימים.
diff --git a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt
index 0db046e298..10f8f9afab 100644
--- a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "התקנת boot9strap (Homebrew Launcher)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(homebrew-launcher).html
+title: "התקנת boot9strap (Homebrew Launcher)"
---
אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים.
diff --git a/_pages/he_IL/installing-boot9strap-(mset).txt b/_pages/he_IL/installing-boot9strap-(mset).txt
index e05b1da304..8f8b2fea82 100644
--- a/_pages/he_IL/installing-boot9strap-(mset).txt
+++ b/_pages/he_IL/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "התקנת boot9strap (MSET)" #
-lang: he
-permalink: /he_IL/installing-boot9strap-(mset).html
+title: "התקנת boot9strap (MSET)"
---
אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים.
diff --git a/_pages/he_IL/move-emunand.txt b/_pages/he_IL/move-emunand.txt
index 129f03b954..cbb31f5108 100644
--- a/_pages/he_IL/move-emunand.txt
+++ b/_pages/he_IL/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "הזזת EmuNAND" #
-lang: he
-permalink: /he_IL/move-emunand.html
+title: "הזזת EmuNAND"
---
זוהי הרחבה עבור העברת התכנים מהEmuNAND הישן שלכם ל CFW SysNAND חדש, ולאחר מכן הסרת הEmuNAND הישן. Emunand וRednand כמעט מונחים נרדפים.
diff --git a/_pages/he_IL/ntr-and-cubic-ninja.txt b/_pages/he_IL/ntr-and-cubic-ninja.txt
index f9f0dbf02e..f8e0fbedc1 100644
--- a/_pages/he_IL/ntr-and-cubic-ninja.txt
+++ b/_pages/he_IL/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR ו- Cubic Ninja" #
-lang: he
-permalink: /he_IL/ntr-and-cubic-ninja.html
+title: "NTR ו- Cubic Ninja"
---
**כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/he_IL/region-changing.txt b/_pages/he_IL/region-changing.txt
index 02e77248da..6fb766ca58 100644
--- a/_pages/he_IL/region-changing.txt
+++ b/_pages/he_IL/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "שינוי אזור" #
-lang: he
-permalink: /he_IL/region-changing.html
+title: "שינוי אזור"
---
זוהי הרחבה עבור שינוי אזור הSysNAND CFW שלכם. זה נעשה על ידי התקנת ה9.2.0 CTRTransfer image לאיזור שאתם רוצים לשנות אליו.
diff --git a/_pages/he_IL/site-navigation.txt b/_pages/he_IL/site-navigation.txt
index 4fbe4171cb..91b6c389b5 100644
--- a/_pages/he_IL/site-navigation.txt
+++ b/_pages/he_IL/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "ניווט האתר" #
-lang: he
-permalink: /he_IL/site-navigation.html
+title: "ניווט האתר"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/he_IL/troubleshooting.txt b/_pages/he_IL/troubleshooting.txt
index 44b2ad7c9f..c1a068debb 100644
--- a/_pages/he_IL/troubleshooting.txt
+++ b/_pages/he_IL/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "פתרון בעיות" #
-lang: he
-permalink: /he_IL/troubleshooting.html
+title: "פתרון בעיות"
---
אם אתם לא מצליחים להפעיל את המכשיר שלכם, תחפשו את החלק הרלוונטי לכם ותעקבו אחרי ההוראות. אחרי שפתרון עבד לכם, תמשיכו עם המדריך הראשי
diff --git a/_pages/he_IL/updating-to-boot9strap.txt b/_pages/he_IL/updating-to-boot9strap.txt
index c2e4cc03d0..2f5ded19bb 100644
--- a/_pages/he_IL/updating-to-boot9strap.txt
+++ b/_pages/he_IL/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "עדכון אל boot9strap" #
-lang: he
-permalink: /he_IL/updating-to-boot9strap.html
+title: "עדכון אל boot9strap"
---
דף זה מיועד למשתמשי arm9loaderhax קיימים לעדכן את מכשיריהם לboot9strap.
diff --git a/_pages/he_IL/why-ads.txt b/_pages/he_IL/why-ads.txt
index 5e30612071..6aa5ec888c 100644
--- a/_pages/he_IL/why-ads.txt
+++ b/_pages/he_IL/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "למה יש פרסומות?" #
-lang: he
-permalink: /he_IL/why-ads.html
+title: "למה יש פרסומות?"
layout: single-no-ads
---
diff --git a/_pages/hu_HU/404.txt b/_pages/hu_HU/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/hu_HU/404.txt
+++ b/_pages/hu_HU/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/hu_HU/9.2.0-ctrtransfer.txt b/_pages/hu_HU/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/hu_HU/9.2.0-ctrtransfer.txt
+++ b/_pages/hu_HU/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/hu_HU/cart-update.txt b/_pages/hu_HU/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/hu_HU/cart-update.txt
+++ b/_pages/hu_HU/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/hu_HU/credits.txt b/_pages/hu_HU/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/hu_HU/credits.txt
+++ b/_pages/hu_HU/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/hu_HU/donations.txt b/_pages/hu_HU/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/hu_HU/donations.txt
+++ b/_pages/hu_HU/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/hu_HU/f3-(linux).txt b/_pages/hu_HU/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/hu_HU/f3-(linux).txt
+++ b/_pages/hu_HU/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/hu_HU/f3x-(mac).txt b/_pages/hu_HU/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/hu_HU/f3x-(mac).txt
+++ b/_pages/hu_HU/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/hu_HU/faq.txt b/_pages/hu_HU/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/hu_HU/faq.txt
+++ b/_pages/hu_HU/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/hu_HU/file-extensions-(windows).txt b/_pages/hu_HU/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/hu_HU/file-extensions-(windows).txt
+++ b/_pages/hu_HU/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/hu_HU/finalizing-setup.txt b/_pages/hu_HU/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/hu_HU/finalizing-setup.txt
+++ b/_pages/hu_HU/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/hu_HU/get-started-(new-3ds).txt b/_pages/hu_HU/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/hu_HU/get-started-(new-3ds).txt
+++ b/_pages/hu_HU/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/hu_HU/get-started-(old-3ds).txt b/_pages/hu_HU/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/hu_HU/get-started-(old-3ds).txt
+++ b/_pages/hu_HU/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/hu_HU/get-started.txt b/_pages/hu_HU/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/hu_HU/get-started.txt
+++ b/_pages/hu_HU/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/hu_HU/godmode9-usage.txt b/_pages/hu_HU/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/hu_HU/godmode9-usage.txt
+++ b/_pages/hu_HU/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/hu_HU/h2testw-(windows).txt b/_pages/hu_HU/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/hu_HU/h2testw-(windows).txt
+++ b/_pages/hu_HU/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/hu_HU/home.txt b/_pages/hu_HU/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/hu_HU/home.txt
+++ b/_pages/hu_HU/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/hu_HU/homebrew-launcher-(alternatives).txt b/_pages/hu_HU/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/hu_HU/homebrew-launcher-(alternatives).txt
+++ b/_pages/hu_HU/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/hu_HU/homebrew-launcher-(soundhax).txt b/_pages/hu_HU/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/hu_HU/homebrew-launcher-(soundhax).txt
+++ b/_pages/hu_HU/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt
+++ b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/hu_HU/installing-boot9strap-(browser).txt b/_pages/hu_HU/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/hu_HU/installing-boot9strap-(browser).txt
+++ b/_pages/hu_HU/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware).txt b/_pages/hu_HU/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/hu_HU/installing-boot9strap-(dsiware).txt
+++ b/_pages/hu_HU/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/hu_HU/installing-boot9strap-(hardmod).txt b/_pages/hu_HU/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/hu_HU/installing-boot9strap-(hardmod).txt
+++ b/_pages/hu_HU/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/hu_HU/installing-boot9strap-(mset).txt b/_pages/hu_HU/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/hu_HU/installing-boot9strap-(mset).txt
+++ b/_pages/hu_HU/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/hu_HU/move-emunand.txt b/_pages/hu_HU/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/hu_HU/move-emunand.txt
+++ b/_pages/hu_HU/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/hu_HU/ntr-and-cubic-ninja.txt b/_pages/hu_HU/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/hu_HU/ntr-and-cubic-ninja.txt
+++ b/_pages/hu_HU/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/hu_HU/region-changing.txt b/_pages/hu_HU/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/hu_HU/region-changing.txt
+++ b/_pages/hu_HU/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/hu_HU/site-navigation.txt b/_pages/hu_HU/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/hu_HU/site-navigation.txt
+++ b/_pages/hu_HU/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/hu_HU/troubleshooting.txt b/_pages/hu_HU/troubleshooting.txt
index 14e14b4c55..d201cd8524 100644
--- a/_pages/hu_HU/troubleshooting.txt
+++ b/_pages/hu_HU/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/hu_HU/updating-to-boot9strap.txt b/_pages/hu_HU/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/hu_HU/updating-to-boot9strap.txt
+++ b/_pages/hu_HU/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/hu_HU/why-ads.txt b/_pages/hu_HU/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/hu_HU/why-ads.txt
+++ b/_pages/hu_HU/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/id_ID/404.txt b/_pages/id_ID/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/id_ID/404.txt
+++ b/_pages/id_ID/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/id_ID/9.2.0-ctrtransfer.txt b/_pages/id_ID/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/id_ID/9.2.0-ctrtransfer.txt
+++ b/_pages/id_ID/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/id_ID/cart-update.txt b/_pages/id_ID/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/id_ID/cart-update.txt
+++ b/_pages/id_ID/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/id_ID/credits.txt b/_pages/id_ID/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/id_ID/credits.txt
+++ b/_pages/id_ID/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/id_ID/donations.txt b/_pages/id_ID/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/id_ID/donations.txt
+++ b/_pages/id_ID/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/id_ID/f3-(linux).txt b/_pages/id_ID/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/id_ID/f3-(linux).txt
+++ b/_pages/id_ID/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/id_ID/f3x-(mac).txt b/_pages/id_ID/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/id_ID/f3x-(mac).txt
+++ b/_pages/id_ID/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/id_ID/faq.txt b/_pages/id_ID/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/id_ID/faq.txt
+++ b/_pages/id_ID/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/id_ID/file-extensions-(windows).txt b/_pages/id_ID/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/id_ID/file-extensions-(windows).txt
+++ b/_pages/id_ID/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/id_ID/finalizing-setup.txt b/_pages/id_ID/finalizing-setup.txt
index 07c2d061ca..708dd15e5d 100644
--- a/_pages/id_ID/finalizing-setup.txt
+++ b/_pages/id_ID/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/id_ID/get-started-(new-3ds).txt b/_pages/id_ID/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/id_ID/get-started-(new-3ds).txt
+++ b/_pages/id_ID/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/id_ID/get-started-(old-3ds).txt b/_pages/id_ID/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/id_ID/get-started-(old-3ds).txt
+++ b/_pages/id_ID/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/id_ID/get-started.txt b/_pages/id_ID/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/id_ID/get-started.txt
+++ b/_pages/id_ID/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/id_ID/godmode9-usage.txt b/_pages/id_ID/godmode9-usage.txt
index 312ee33838..db581dd1c8 100644
--- a/_pages/id_ID/godmode9-usage.txt
+++ b/_pages/id_ID/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/id_ID/h2testw-(windows).txt b/_pages/id_ID/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/id_ID/h2testw-(windows).txt
+++ b/_pages/id_ID/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/id_ID/home.txt b/_pages/id_ID/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/id_ID/home.txt
+++ b/_pages/id_ID/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/id_ID/homebrew-launcher-(alternatives).txt b/_pages/id_ID/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/id_ID/homebrew-launcher-(alternatives).txt
+++ b/_pages/id_ID/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/id_ID/homebrew-launcher-(soundhax).txt b/_pages/id_ID/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/id_ID/homebrew-launcher-(soundhax).txt
+++ b/_pages/id_ID/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/id_ID/installing-boot9strap-(2xrsa).txt b/_pages/id_ID/installing-boot9strap-(2xrsa).txt
index 955fcca636..4414d36e99 100644
--- a/_pages/id_ID/installing-boot9strap-(2xrsa).txt
+++ b/_pages/id_ID/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/id_ID/installing-boot9strap-(browser).txt b/_pages/id_ID/installing-boot9strap-(browser).txt
index 080f8d6e67..d692fa66a2 100644
--- a/_pages/id_ID/installing-boot9strap-(browser).txt
+++ b/_pages/id_ID/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/id_ID/installing-boot9strap-(dsiware).txt b/_pages/id_ID/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/id_ID/installing-boot9strap-(dsiware).txt
+++ b/_pages/id_ID/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt
index b32af3d1e0..1cfbcb5aec 100644
--- a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/id_ID/installing-boot9strap-(hardmod).txt b/_pages/id_ID/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/id_ID/installing-boot9strap-(hardmod).txt
+++ b/_pages/id_ID/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/id_ID/installing-boot9strap-(mset).txt b/_pages/id_ID/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/id_ID/installing-boot9strap-(mset).txt
+++ b/_pages/id_ID/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/id_ID/move-emunand.txt b/_pages/id_ID/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/id_ID/move-emunand.txt
+++ b/_pages/id_ID/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/id_ID/ntr-and-cubic-ninja.txt b/_pages/id_ID/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/id_ID/ntr-and-cubic-ninja.txt
+++ b/_pages/id_ID/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/id_ID/region-changing.txt b/_pages/id_ID/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/id_ID/region-changing.txt
+++ b/_pages/id_ID/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/id_ID/site-navigation.txt b/_pages/id_ID/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/id_ID/site-navigation.txt
+++ b/_pages/id_ID/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/id_ID/troubleshooting.txt b/_pages/id_ID/troubleshooting.txt
index 2bee94ce68..83c126993b 100644
--- a/_pages/id_ID/troubleshooting.txt
+++ b/_pages/id_ID/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/id_ID/updating-to-boot9strap.txt b/_pages/id_ID/updating-to-boot9strap.txt
index 77b24ab13a..b997739e74 100644
--- a/_pages/id_ID/updating-to-boot9strap.txt
+++ b/_pages/id_ID/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/id_ID/why-ads.txt b/_pages/id_ID/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/id_ID/why-ads.txt
+++ b/_pages/id_ID/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/it_IT/404.txt b/_pages/it_IT/404.txt
index 770406e178..4816aa2f38 100644
--- a/_pages/it_IT/404.txt
+++ b/_pages/it_IT/404.txt
@@ -1,7 +1,5 @@
---
-title: "Pagina non trovata" #
-lang: it
-permalink: /it_IT/404.html
+title: "Pagina non trovata"
layout: single-no-ads
excerpt: "Pagina non trovata. I tuoi pixel sono in un altro canvas." #
sitemap: false
diff --git a/_pages/it_IT/9.2.0-ctrtransfer.txt b/_pages/it_IT/9.2.0-ctrtransfer.txt
index edddd8bd89..e96680b672 100644
--- a/_pages/it_IT/9.2.0-ctrtransfer.txt
+++ b/_pages/it_IT/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "CTRTransfer 9.2.0" #
-lang: it
-permalink: /it_IT/9.2.0-ctrtransfer.html
+title: "CTRTransfer 9.2.0"
---
In questa sezione aggiuntiva verrà spiegato come installare un'immagine CTRTransfer 9.2.0 sulla tua console.
diff --git a/_pages/it_IT/cart-update.txt b/_pages/it_IT/cart-update.txt
index fbc5fa9025..bfa138a9ba 100644
--- a/_pages/it_IT/cart-update.txt
+++ b/_pages/it_IT/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Aggiornamento con scheda di gioco" #
-lang: it
-permalink: /it_IT/cart-update.html
+title: "Aggiornamento con scheda di gioco"
---
Tutte le schede di gioco includono al loro interno una copia della versione di sistema richiesta per il suo funzionamento, permettendo a chiunque si trovi ad una vecchia versione di sistema di usare la scheda di gioco per aggiornare a quella versione (anche senza una connessione ad internet).
diff --git a/_pages/it_IT/credits.txt b/_pages/it_IT/credits.txt
index 5cadf6b983..4616acdbc5 100644
--- a/_pages/it_IT/credits.txt
+++ b/_pages/it_IT/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Riconoscimenti" #
-lang: it
-permalink: /it_IT/credits.html
+title: "Riconoscimenti"
---
**Un ringraziamento speciale a tutti gli utenti di [#Cakey su Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Siete fantastici!**
diff --git a/_pages/it_IT/donations.txt b/_pages/it_IT/donations.txt
index 61a2ac47ef..f99af52a02 100644
--- a/_pages/it_IT/donations.txt
+++ b/_pages/it_IT/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donazioni" #
-lang: it
-permalink: /it_IT/donations.html
+title: "Donazioni"
layout: single-no-ads
---
diff --git a/_pages/it_IT/f3-(linux).txt b/_pages/it_IT/f3-(linux).txt
index c7c632dfcb..cf918a8e24 100644
--- a/_pages/it_IT/f3-(linux).txt
+++ b/_pages/it_IT/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: it
-permalink: /it_IT/f3-(linux).html
+title: "F3 (Linux)"
---
In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando F3.
diff --git a/_pages/it_IT/f3x-(mac).txt b/_pages/it_IT/f3x-(mac).txt
index be32d254dd..4d4c26566f 100644
--- a/_pages/it_IT/f3x-(mac).txt
+++ b/_pages/it_IT/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: it
-permalink: /it_IT/f3x-(mac).html
+title: "F3X (Mac)"
---
In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando F3X.
diff --git a/_pages/it_IT/faq.txt b/_pages/it_IT/faq.txt
index 68462488f4..134af2ff5e 100644
--- a/_pages/it_IT/faq.txt
+++ b/_pages/it_IT/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: it
-permalink: /it_IT/faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/it_IT/file-extensions-(windows).txt b/_pages/it_IT/file-extensions-(windows).txt
index 3a62164531..3273b7fa5f 100644
--- a/_pages/it_IT/file-extensions-(windows).txt
+++ b/_pages/it_IT/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Estensioni dei file (Windows)" #
-lang: it
-permalink: /it_IT/file-extensions-(windows).html
+lang: it
---
In questa sezione aggiuntiva verrà spiegato come modificare l'impostazione di default di Windows relativa alla visualizzazione delle estensioni dei file.
diff --git a/_pages/it_IT/finalizing-setup.txt b/_pages/it_IT/finalizing-setup.txt
index 8f972d953f..38054ab3dd 100644
--- a/_pages/it_IT/finalizing-setup.txt
+++ b/_pages/it_IT/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Completamento dell'installazione" #
-lang: it
-permalink: /it_IT/finalizing-setup.html
+title: "Completamento dell'installazione"
---
**Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/it_IT/get-started-(new-3ds).txt b/_pages/it_IT/get-started-(new-3ds).txt
index ed4197926d..1333ed3515 100644
--- a/_pages/it_IT/get-started-(new-3ds).txt
+++ b/_pages/it_IT/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Cominciamo! (New 3DS)" #
-lang: it
-permalink: /it_IT/get-started-(new-3ds).html
+title: "Cominciamo! (New 3DS)"
---
Per proseguire, clicca sul collegamento corrispondente alla tua versione di sistema dalla tabella sottostante.
diff --git a/_pages/it_IT/get-started-(old-3ds).txt b/_pages/it_IT/get-started-(old-3ds).txt
index 9831fb1f3d..de35e8c1db 100644
--- a/_pages/it_IT/get-started-(old-3ds).txt
+++ b/_pages/it_IT/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Cominciamo! (Old 3DS)" #
-lang: it
-permalink: /it_IT/get-started-(old-3ds).html
+title: "Cominciamo! (Old 3DS)"
---
Per proseguire, clicca sul collegamento corrispondente alla tua versione di sistema dalla tabella sottostante.
diff --git a/_pages/it_IT/get-started.txt b/_pages/it_IT/get-started.txt
index 7c3921469f..2830065322 100644
--- a/_pages/it_IT/get-started.txt
+++ b/_pages/it_IT/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Cominciamo!" #
-lang: it
-permalink: /it_IT/get-started.html
+title: "Cominciamo!"
---
In questa sezione verrà spiegato come installare boot9strap su un 3DS o 2DS *senza alcun custom firmware installato*. Se hai già installato arm9loaderhax e stai cercando di aggiornare a boot9strap, vai alla pagina [Aggiornare a boot9strap](updating-to-boot9strap).
diff --git a/_pages/it_IT/godmode9-usage.txt b/_pages/it_IT/godmode9-usage.txt
index e43b1e5c13..fd669cd586 100644
--- a/_pages/it_IT/godmode9-usage.txt
+++ b/_pages/it_IT/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "Usare GodMode9" #
-lang: it
-permalink: /it_IT/godmode9-usage.html
+title: "Usare GodMode9"
---
GodMode9 è un file browser per il Nintendo 3DS che dà pieno accesso ai file sulla tua scheda SD, ai file delle partizioni FAT della SysNAND e della EmuNAND, e a molto altro ancora. Tra le varie funzioni, puoi anche copiare, cancellare, rinominare file e creare cartelle.
diff --git a/_pages/it_IT/h2testw-(windows).txt b/_pages/it_IT/h2testw-(windows).txt
index 7c2c5ca3ab..13af5065da 100644
--- a/_pages/it_IT/h2testw-(windows).txt
+++ b/_pages/it_IT/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: it
-permalink: /it_IT/h2testw-(windows).html
+title: "H2testw (Windows)"
---
In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando h2testw.
diff --git a/_pages/it_IT/home.txt b/_pages/it_IT/home.txt
index bd4e7bf45b..eee307da20 100644
--- a/_pages/it_IT/home.txt
+++ b/_pages/it_IT/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Cominciamo!" #
cta_url: "/it_IT/get-started" #
caption:
-excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS,
da zero a boot9strap.
" #
-lang: it
-permalink: /it_IT/index.html
+excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS,
da zero a boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/it_IT/homebrew-launcher-(alternatives).txt b/_pages/it_IT/homebrew-launcher-(alternatives).txt
index 66a37d3741..e54b43332c 100644
--- a/_pages/it_IT/homebrew-launcher-(alternatives).txt
+++ b/_pages/it_IT/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternative)" #
-lang: it
-permalink: /it_IT/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternative)"
---
L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato.
diff --git a/_pages/it_IT/homebrew-launcher-(soundhax).txt b/_pages/it_IT/homebrew-launcher-(soundhax).txt
index b26f19693a..2541a58cd0 100644
--- a/_pages/it_IT/homebrew-launcher-(soundhax).txt
+++ b/_pages/it_IT/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: it
-permalink: /it_IT/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato.
diff --git a/_pages/it_IT/installing-boot9strap-(2xrsa).txt b/_pages/it_IT/installing-boot9strap-(2xrsa).txt
index 25b433dc8e..ab8ca0f83e 100644
--- a/_pages/it_IT/installing-boot9strap-(2xrsa).txt
+++ b/_pages/it_IT/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installazione di boot9strap (2xrsa)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(2xrsa).html
+title: "Installazione di boot9strap (2xrsa)"
---
**Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/it_IT/installing-boot9strap-(browser).txt b/_pages/it_IT/installing-boot9strap-(browser).txt
index 3d38e7d22d..4bafbb1a3b 100644
--- a/_pages/it_IT/installing-boot9strap-(browser).txt
+++ b/_pages/it_IT/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installazione di boot9strap (Browser)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(browser).html
+title: "Installazione di boot9strap (Browser)"
---
Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/it_IT/installing-boot9strap-(dsiware).txt b/_pages/it_IT/installing-boot9strap-(dsiware).txt
index a70f0de66f..d7ef635eda 100644
--- a/_pages/it_IT/installing-boot9strap-(dsiware).txt
+++ b/_pages/it_IT/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installazione di boot9strap (DSiWare)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(dsiware).html
+lang: it
---
Con la versione del software 11.4.0, ci sono due metodi differenti per installare boot9strap tramite DSiWare.
diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt
index 41e53dd1c6..efbc0b76d0 100644
--- a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installazione di boot9strap (inject su DSiWare)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(dsiware-game-injection).html
+lang: it
---
Tieni presente che, su alcune versioni di Luma3DS, il menu chainloader di Luma3DS verrà visualizzato solo se viene rilevato più di un payload. In caso ne venga individuato soltanto uno, tenere premuto (Start) all'avvio lancerà direttamente GodMode9.
diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt
index 75d94bfc82..3210e7549d 100644
--- a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installazione di boot9strap (lista dei giochi per inject su DSiWare)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(dsiware-game-injection-list).html
+lang: it
---
Questa è una lista automaticamente generata di tutti i giochi compatibili per l'[Installazione di boot9strap (inject su DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt
index 3743ba1646..2afbd6d33f 100644
--- a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installazione di boot9strap (inject di salvataggio su DSiWare)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(dsiware-save-injection).html
+lang: it
---
Tieni presente che, su alcune versioni di Luma3DS, il menu chainloader di Luma3DS verrà visualizzato solo se viene rilevato più di un payload. In caso ne venga individuato soltanto uno, tenere premuto (Start) all'avvio lancerà direttamente GodMode9.
diff --git a/_pages/it_IT/installing-boot9strap-(hardmod).txt b/_pages/it_IT/installing-boot9strap-(hardmod).txt
index 02b3d4e1ba..73ba7c285d 100644
--- a/_pages/it_IT/installing-boot9strap-(hardmod).txt
+++ b/_pages/it_IT/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installazione di boot9strap (Hardmod)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(hardmod).html
+lang: it
---
[Qui](https://gbatemp.net/threads/414498/) puoi trovare un'ottima guida per eseguire un'hardmod. Se hai un New 3DS, leggi [qui](https://github.com/Plailect/Guide/issues/681) prima di effettuare l'hardmod.
diff --git a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt
index c807836980..6d1f6970a5 100644
--- a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installazione di boot9strap (Homebrew Launcher)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(homebrew-launcher).html
+title: "Installazione di boot9strap (Homebrew Launcher)"
---
Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/it_IT/installing-boot9strap-(mset).txt b/_pages/it_IT/installing-boot9strap-(mset).txt
index 69ca71e11f..db991244be 100644
--- a/_pages/it_IT/installing-boot9strap-(mset).txt
+++ b/_pages/it_IT/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installazione di boot9strap (MSET)" #
-lang: it
-permalink: /it_IT/installing-boot9strap-(mset).html
+title: "Installazione di boot9strap (MSET)"
---
Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/it_IT/move-emunand.txt b/_pages/it_IT/move-emunand.txt
index ad268237d0..7e373def8c 100644
--- a/_pages/it_IT/move-emunand.txt
+++ b/_pages/it_IT/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Spostare l'EmuNAND" #
-lang: it
-permalink: /it_IT/move-emunand.html
+title: "Spostare l'EmuNAND"
---
In questa sezione aggiuntiva verrà spiegato come spostare il contenuto di una EmuNAND preesistente nel nuovo CFW SysNAND, per poi rimuovere la vecchia partizione EmuNAND. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/it_IT/ntr-and-cubic-ninja.txt b/_pages/it_IT/ntr-and-cubic-ninja.txt
index 9949746b31..9c861618db 100644
--- a/_pages/it_IT/ntr-and-cubic-ninja.txt
+++ b/_pages/it_IT/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR e Cubic Ninja" #
-lang: it
-permalink: /it_IT/ntr-and-cubic-ninja.html
+title: "NTR e Cubic Ninja"
---
**Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)**
diff --git a/_pages/it_IT/region-changing.txt b/_pages/it_IT/region-changing.txt
index bdfe7e5847..14cae769af 100644
--- a/_pages/it_IT/region-changing.txt
+++ b/_pages/it_IT/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Cambiare regione" #
-lang: it
-permalink: /it_IT/region-changing.html
+title: "Cambiare regione"
---
In questa sezione aggiuntiva verrà spiegato come cambiare regionalità su SysNAND con CFW. Per questo scopo, verrà eseguito un CTRTransfer alla versione 9.2.0 della regione alla quale si desidera passare.
diff --git a/_pages/it_IT/site-navigation.txt b/_pages/it_IT/site-navigation.txt
index 601ab9c5ce..a14b495d53 100644
--- a/_pages/it_IT/site-navigation.txt
+++ b/_pages/it_IT/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Mappa del sito" #
-lang: it
-permalink: /it_IT/site-navigation.html
+title: "Mappa del sito"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/it_IT/troubleshooting.txt b/_pages/it_IT/troubleshooting.txt
index 3328b3a00f..cbcd46bb9f 100644
--- a/_pages/it_IT/troubleshooting.txt
+++ b/_pages/it_IT/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Risoluzione dei problemi" #
-lang: it
-permalink: /it_IT/troubleshooting.html
+title: "Risoluzione dei problemi"
---
Se non riesci ad avviare la tua console, consulta la sezione relativa al tuo problema e segui le istruzioni. Una volta risolto il problema, puoi proseguire con la guida principale
diff --git a/_pages/it_IT/updating-to-boot9strap.txt b/_pages/it_IT/updating-to-boot9strap.txt
index 7397890912..b11af6697e 100644
--- a/_pages/it_IT/updating-to-boot9strap.txt
+++ b/_pages/it_IT/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Aggiornare a boot9strap" #
-lang: it
-permalink: /it_IT/updating-to-boot9strap.html
+title: "Aggiornare a boot9strap"
---
Questa sezione serve agli utenti di arm9loaderhax che vogliono aggiornare le proprie console a boot9strap.
diff --git a/_pages/it_IT/why-ads.txt b/_pages/it_IT/why-ads.txt
index 1c34fc6c7a..4dfc0761cd 100644
--- a/_pages/it_IT/why-ads.txt
+++ b/_pages/it_IT/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Perché c'è la pubblicità?" #
-lang: it
-permalink: /it_IT/why-ads.html
+title: "Perché c'è la pubblicità?"
layout: single-no-ads
---
diff --git a/_pages/ja_JP/404.txt b/_pages/ja_JP/404.txt
index f6905fc2b8..95d3ce629d 100644
--- a/_pages/ja_JP/404.txt
+++ b/_pages/ja_JP/404.txt
@@ -1,7 +1,5 @@
---
-title: "ページが見つかりません" #
-lang: ja
-permalink: /ja_JP/404.html
+title: "ページが見つかりません"
layout: single-no-ads
excerpt: "ページが見つかりません。 " #
sitemap: false
diff --git a/_pages/ja_JP/9.2.0-ctrtransfer.txt b/_pages/ja_JP/9.2.0-ctrtransfer.txt
index ee79932a7c..c286a429d3 100644
--- a/_pages/ja_JP/9.2.0-ctrtransfer.txt
+++ b/_pages/ja_JP/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ja
-permalink: /ja_JP/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/ja_JP/cart-update.txt b/_pages/ja_JP/cart-update.txt
index 00e7eb7064..323f90fe93 100644
--- a/_pages/ja_JP/cart-update.txt
+++ b/_pages/ja_JP/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "カードで更新する" #
-lang: ja
-permalink: /ja_JP/cart-update.html
+title: "カードで更新する"
---
すべてのゲームカードには、要求バージョンよりも3DSのバージョンが低い場合のために、ファームウェアイメージが入っています。(インターネット接続は不要です。)
diff --git a/_pages/ja_JP/credits.txt b/_pages/ja_JP/credits.txt
index 6b3d4b6105..ad6665bab2 100644
--- a/_pages/ja_JP/credits.txt
+++ b/_pages/ja_JP/credits.txt
@@ -1,7 +1,5 @@
---
-title: "謝辞" #
-lang: ja
-permalink: /ja_JP/credits.html
+title: "謝辞"
---
**[Freenode上の #Cakey](http://webchat.freenode.net/?channels=%23Cakey) に感謝を!**
diff --git a/_pages/ja_JP/donations.txt b/_pages/ja_JP/donations.txt
index b6ecb7d041..13bc9428b0 100644
--- a/_pages/ja_JP/donations.txt
+++ b/_pages/ja_JP/donations.txt
@@ -1,7 +1,5 @@
---
-title: "寄付" #
-lang: ja
-permalink: /ja_JP/donations.html
+title: "寄付"
layout: single-no-ads
---
diff --git a/_pages/ja_JP/f3-(linux).txt b/_pages/ja_JP/f3-(linux).txt
index d1fd9f9bc0..3b5979582d 100644
--- a/_pages/ja_JP/f3-(linux).txt
+++ b/_pages/ja_JP/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3(Linux)" #
-lang: ja
-permalink: /ja_JP/f3-(linux).html
+title: "F3(Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/ja_JP/f3x-(mac).txt b/_pages/ja_JP/f3x-(mac).txt
index d64ceb3ea7..778bd335c6 100644
--- a/_pages/ja_JP/f3x-(mac).txt
+++ b/_pages/ja_JP/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X(Mac)" #
-lang: ja
-permalink: /ja_JP/f3x-(mac).html
+title: "F3X(Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/ja_JP/faq.txt b/_pages/ja_JP/faq.txt
index 2bd8d56bf8..d496ccc467 100644
--- a/_pages/ja_JP/faq.txt
+++ b/_pages/ja_JP/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: ja
-permalink: /ja_JP/faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/ja_JP/file-extensions-(windows).txt b/_pages/ja_JP/file-extensions-(windows).txt
index 2ff9eb6822..0010468f3c 100644
--- a/_pages/ja_JP/file-extensions-(windows).txt
+++ b/_pages/ja_JP/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: ja
-permalink: /file-extensions-(windows).html
+lang: ja
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/ja_JP/finalizing-setup.txt b/_pages/ja_JP/finalizing-setup.txt
index e32bc59cc0..31bf34b0bf 100644
--- a/_pages/ja_JP/finalizing-setup.txt
+++ b/_pages/ja_JP/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: ja
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ja_JP/get-started-(new-3ds).txt b/_pages/ja_JP/get-started-(new-3ds).txt
index cff79196a3..231a570b80 100644
--- a/_pages/ja_JP/get-started-(new-3ds).txt
+++ b/_pages/ja_JP/get-started-(new-3ds).txt
@@ -1,7 +1,6 @@
---
title: "導入(New3DS)"
lang: ja
-permalink: /ja_JP/get-started-(new-3ds).html
---
下の表からあなたのバージョンに合ったページを選択してください。
diff --git a/_pages/ja_JP/get-started-(old-3ds).txt b/_pages/ja_JP/get-started-(old-3ds).txt
index efecf6a4ec..99a0c1bcd4 100644
--- a/_pages/ja_JP/get-started-(old-3ds).txt
+++ b/_pages/ja_JP/get-started-(old-3ds).txt
@@ -1,7 +1,6 @@
---
title: "導入(Old3DS)"
lang: ja
-permalink: /ja_JP/get-started-(old-3ds).html
---
下の表からあなたのバージョンに合ったページを選択してください。
diff --git a/_pages/ja_JP/get-started.txt b/_pages/ja_JP/get-started.txt
index 86a66d57b4..957d9cad8e 100644
--- a/_pages/ja_JP/get-started.txt
+++ b/_pages/ja_JP/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "はじめる" #
-lang: ja
-permalink: /ja_JP/get-started.html
+title: "はじめる"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ja_JP/godmode9-usage.txt b/_pages/ja_JP/godmode9-usage.txt
index f915afa448..9d9f5ea24c 100644
--- a/_pages/ja_JP/godmode9-usage.txt
+++ b/_pages/ja_JP/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: ja
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/ja_JP/h2testw-(windows).txt b/_pages/ja_JP/h2testw-(windows).txt
index ba681d4cc2..1a5eab2a68 100644
--- a/_pages/ja_JP/h2testw-(windows).txt
+++ b/_pages/ja_JP/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw(Windows)" #
-lang: ja
-permalink: /ja_JP/h2testw-(windows).html
+title: "H2testw(Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/ja_JP/home.txt b/_pages/ja_JP/home.txt
index 3d000ece00..a6670bad70 100644
--- a/_pages/ja_JP/home.txt
+++ b/_pages/ja_JP/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "はじめる" #
cta_url: "/ja_JP/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: ja
-permalink: /ja_JP/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ja_JP/homebrew-launcher-(alternatives).txt b/_pages/ja_JP/homebrew-launcher-(alternatives).txt
index 8e3eddf56b..4f1137722d 100644
--- a/_pages/ja_JP/homebrew-launcher-(alternatives).txt
+++ b/_pages/ja_JP/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /ja_JP/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
Homebrew Launcherは色んなエントリーポイントと起動方法があります。
diff --git a/_pages/ja_JP/homebrew-launcher-(soundhax).txt b/_pages/ja_JP/homebrew-launcher-(soundhax).txt
index 75c56377a0..c401a02093 100644
--- a/_pages/ja_JP/homebrew-launcher-(soundhax).txt
+++ b/_pages/ja_JP/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: ja
-permalink: /ja_JP/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcherには、さまざまなエントリーポイントや起動方法があります。
diff --git a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt
index d529eee387..159aae079c 100644
--- a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: ja
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ja_JP/installing-boot9strap-(browser).txt b/_pages/ja_JP/installing-boot9strap-(browser).txt
index 94acd60439..d0b1bfc96f 100644
--- a/_pages/ja_JP/installing-boot9strap-(browser).txt
+++ b/_pages/ja_JP/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: ja
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。
diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware).txt b/_pages/ja_JP/installing-boot9strap-(dsiware).txt
index 3c8c6ce88c..9113023177 100644
--- a/_pages/ja_JP/installing-boot9strap-(dsiware).txt
+++ b/_pages/ja_JP/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: ja
-permalink: /installing-boot9strap-(dsiware).html
+lang: ja
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt
index f0ed380021..d68eb5c29e 100644
--- a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: ja
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: ja
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt
index 2ff021a9b0..e2b5e9efb7 100644
--- a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: ja
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: ja
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt
index edb89866fa..b82a999a45 100644
--- a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: ja
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: ja
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ja_JP/installing-boot9strap-(hardmod).txt b/_pages/ja_JP/installing-boot9strap-(hardmod).txt
index 8bbb1a52ae..f3764ac79e 100644
--- a/_pages/ja_JP/installing-boot9strap-(hardmod).txt
+++ b/_pages/ja_JP/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: ja
-permalink: /installing-boot9strap-(hardmod).html
+lang: ja
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt
index 978bf3b868..c2fd5c9a01 100644
--- a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: ja
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。
diff --git a/_pages/ja_JP/installing-boot9strap-(mset).txt b/_pages/ja_JP/installing-boot9strap-(mset).txt
index e3b1ed8925..7d3f6bbb4a 100644
--- a/_pages/ja_JP/installing-boot9strap-(mset).txt
+++ b/_pages/ja_JP/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: ja
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。
diff --git a/_pages/ja_JP/move-emunand.txt b/_pages/ja_JP/move-emunand.txt
index f09573c19a..990542c07e 100644
--- a/_pages/ja_JP/move-emunand.txt
+++ b/_pages/ja_JP/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNANDを移動する" #
-lang: ja
-permalink: /ja_JP/move-emunand.html
+title: "EmuNANDを移動する"
---
このエクストラセクションでは、どうやって古いEmuNANDのコンテンツを新しいSysNAND CFWに移動し、古いEmuNANDパーティションを削除するか紹介します。 EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。
diff --git a/_pages/ja_JP/ntr-and-cubic-ninja.txt b/_pages/ja_JP/ntr-and-cubic-ninja.txt
index b48a65b796..95c30b3046 100644
--- a/_pages/ja_JP/ntr-and-cubic-ninja.txt
+++ b/_pages/ja_JP/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTRとキュービックニンジャ" #
-lang: ja
-permalink: /ja_JP/ntr-and-cubic-ninja.html
+title: "NTRとキュービックニンジャ"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ja_JP/region-changing.txt b/_pages/ja_JP/region-changing.txt
index 4e5c410846..8ec3066112 100644
--- a/_pages/ja_JP/region-changing.txt
+++ b/_pages/ja_JP/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "地域変更" #
-lang: ja
-permalink: /ja_JP/region-changing.html
+title: "地域変更"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/ja_JP/site-navigation.txt b/_pages/ja_JP/site-navigation.txt
index eb8dfa6726..762a086bca 100644
--- a/_pages/ja_JP/site-navigation.txt
+++ b/_pages/ja_JP/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "サイトナビゲーション" #
-lang: ja
-permalink: /ja_JP/site-navigation.html
+title: "サイトナビゲーション"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ja_JP/troubleshooting.txt b/_pages/ja_JP/troubleshooting.txt
index ef41760de1..1ac7b8bc8e 100644
--- a/_pages/ja_JP/troubleshooting.txt
+++ b/_pages/ja_JP/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "トラブルシューティング" #
-lang: ja
-permalink: /ja_JP/troubleshooting.html
+title: "トラブルシューティング"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. 問題を解決したら、主なガイドに続いてください。
diff --git a/_pages/ja_JP/updating-to-boot9strap.txt b/_pages/ja_JP/updating-to-boot9strap.txt
index a10679cc63..9ef37eef31 100644
--- a/_pages/ja_JP/updating-to-boot9strap.txt
+++ b/_pages/ja_JP/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: ja
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ja_JP/why-ads.txt b/_pages/ja_JP/why-ads.txt
index 9f8eed8756..d5fac7ab6f 100644
--- a/_pages/ja_JP/why-ads.txt
+++ b/_pages/ja_JP/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "広告挿入理由について" #
-lang: ja
-permalink: /ja_JP/why-ads.html
+title: "広告挿入理由について"
layout: single-no-ads
---
diff --git a/_pages/ko_KR/404.txt b/_pages/ko_KR/404.txt
index 16b4c8680b..726a2ddf66 100644
--- a/_pages/ko_KR/404.txt
+++ b/_pages/ko_KR/404.txt
@@ -1,7 +1,5 @@
---
-title: "페이지를 찾을 수 없습니다" #
-lang: ko
-permalink: /ko_KR/404.html
+title: "페이지를 찾을 수 없습니다"
layout: single-no-ads
excerpt: "페이지를 찾을 수 없습니다. 픽셀이 다른 캔버스에 있습니다." #
sitemap: false
diff --git a/_pages/ko_KR/9.2.0-ctrtransfer.txt b/_pages/ko_KR/9.2.0-ctrtransfer.txt
index 628f956b18..267f31f42b 100644
--- a/_pages/ko_KR/9.2.0-ctrtransfer.txt
+++ b/_pages/ko_KR/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ko
-permalink: /ko_KR/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
이것은 기기에 9.2.0 CTRTransfer 이미지를 설치하는 추가 섹션입니다.
diff --git a/_pages/ko_KR/cart-update.txt b/_pages/ko_KR/cart-update.txt
index 31e2d64c0d..1a25de1f0c 100644
--- a/_pages/ko_KR/cart-update.txt
+++ b/_pages/ko_KR/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "게임 카드 업데이트" #
-lang: ko
-permalink: /ko_KR/cart-update.html
+title: "게임 카드 업데이트"
---
모든 게임 카드에는 실행에 필요한 시스템 버전이 포함되어 있어, 기기의 버전이 그보다 낮을 경우 게임 카드를 이용해 (인터넷 연결 없이도) 업데이트를 할 수 있습니다.
diff --git a/_pages/ko_KR/credits.txt b/_pages/ko_KR/credits.txt
index 2c7b9bd97b..d9c315bdb1 100644
--- a/_pages/ko_KR/credits.txt
+++ b/_pages/ko_KR/credits.txt
@@ -1,7 +1,5 @@
---
-title: "기여하신 분" #
-lang: ko
-permalink: /ko_KR/credits.html
+title: "기여하신 분"
---
**[Freenode #Cakey 채널](http://webchat.freenode.net/?channels=%23Cakey)의 모든 분께 정말 감사드립니다!**
diff --git a/_pages/ko_KR/donations.txt b/_pages/ko_KR/donations.txt
index 2c183b6347..397260bab9 100644
--- a/_pages/ko_KR/donations.txt
+++ b/_pages/ko_KR/donations.txt
@@ -1,7 +1,5 @@
---
-title: "기부" #
-lang: ko
-permalink: /ko_KR/donations.html
+title: "기부"
layout: single-no-ads
---
diff --git a/_pages/ko_KR/f3-(linux).txt b/_pages/ko_KR/f3-(linux).txt
index 4f19bf536b..b43eee9819 100644
--- a/_pages/ko_KR/f3-(linux).txt
+++ b/_pages/ko_KR/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: ko
-permalink: /ko_KR/f3-(linux).html
+title: "F3 (Linux)"
---
이 섹션은 F3를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다.
diff --git a/_pages/ko_KR/f3x-(mac).txt b/_pages/ko_KR/f3x-(mac).txt
index c1c30bc500..11149f3461 100644
--- a/_pages/ko_KR/f3x-(mac).txt
+++ b/_pages/ko_KR/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: ko
-permalink: /ko_KR/f3x-(mac).html
+title: "F3X (Mac)"
---
이 섹션은 F3X를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다.
diff --git a/_pages/ko_KR/faq.txt b/_pages/ko_KR/faq.txt
index bdeb816eb5..c338f1d0a3 100644
--- a/_pages/ko_KR/faq.txt
+++ b/_pages/ko_KR/faq.txt
@@ -1,7 +1,5 @@
---
-title: "자주 묻는 질문" #
-lang: ko
-permalink: /ko_KR/faq.html
+title: "자주 묻는 질문"
---
{% capture notice-1 %}
diff --git a/_pages/ko_KR/file-extensions-(windows).txt b/_pages/ko_KR/file-extensions-(windows).txt
index f7c08152c2..6565d7fa3f 100644
--- a/_pages/ko_KR/file-extensions-(windows).txt
+++ b/_pages/ko_KR/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
제목: "파일 확장자명 (Windows)" #
-lang: ko
-permalink: /ko_KR/file-extensions-(windows).html
+lang: ko
---
이 섹션은 Windows에서 파일 확장자명을 숨기는 기본 설정을 변경하는 추가 섹션입니다.
diff --git a/_pages/ko_KR/finalizing-setup.txt b/_pages/ko_KR/finalizing-setup.txt
index 47a5f54284..e25c975f60 100644
--- a/_pages/ko_KR/finalizing-setup.txt
+++ b/_pages/ko_KR/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: ko
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면
diff --git a/_pages/ko_KR/get-started-(new-3ds).txt b/_pages/ko_KR/get-started-(new-3ds).txt
index c4583872cc..810ca1e432 100644
--- a/_pages/ko_KR/get-started-(new-3ds).txt
+++ b/_pages/ko_KR/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "시작하기 (New 3DS)" #
-lang: ko
-permalink: /ko_KR/get-started-(new-3ds).html
+title: "시작하기 (New 3DS)"
---
아래 표에서 본인 기기의 버전에 해당하는 페이지를 선택해 주세요.
diff --git a/_pages/ko_KR/get-started-(old-3ds).txt b/_pages/ko_KR/get-started-(old-3ds).txt
index 88d19a2117..62b0fb055a 100644
--- a/_pages/ko_KR/get-started-(old-3ds).txt
+++ b/_pages/ko_KR/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "시작하기 (Old 3DS)" #
-lang: ko
-permalink: /ko_KR/get-started-(old-3ds).html
+title: "시작하기 (Old 3DS)"
---
아래 표에서 본인 기기의 버전에 해당하는 페이지를 선택해 주세요.
diff --git a/_pages/ko_KR/get-started.txt b/_pages/ko_KR/get-started.txt
index f19f0f20da..55c32c282b 100644
--- a/_pages/ko_KR/get-started.txt
+++ b/_pages/ko_KR/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "시작하기" #
-lang: ko
-permalink: /ko_KR/get-started.html
+title: "시작하기"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ko_KR/godmode9-usage.txt b/_pages/ko_KR/godmode9-usage.txt
index 67b24d9756..07254e67e1 100644
--- a/_pages/ko_KR/godmode9-usage.txt
+++ b/_pages/ko_KR/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 사용" #
-lang: ko
-permalink: /ko_KR/godmode9-usage.html
+title: "GodMode9 사용"
---
GodMode9은 닌텐도 3DS 콘솔의 완전한 파일 관리자이며, SD 카드와 SysNAND와 EmuNAND 안의 FAT 파티션에 접근하고 근본적인 것을 수정할 권한을 줍니다. 다른 기능로는 파일의 복사, 삭제, 이름 바꾸기와 폴더 만기 등이 있습니다.
diff --git a/_pages/ko_KR/h2testw-(windows).txt b/_pages/ko_KR/h2testw-(windows).txt
index d168b0bb62..586ae57a10 100644
--- a/_pages/ko_KR/h2testw-(windows).txt
+++ b/_pages/ko_KR/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: ko
-permalink: /ko_KR/h2testw-(windows).html
+title: "H2testw (Windows)"
---
이 섹션은 h2testw를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다.
diff --git a/_pages/ko_KR/home.txt b/_pages/ko_KR/home.txt
index 1732b0d43c..b1871a2bb6 100644
--- a/_pages/ko_KR/home.txt
+++ b/_pages/ko_KR/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "시작하기"
cta_url: "/ko_KR/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: ko
-permalink: /ko_KR/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ko_KR/homebrew-launcher-(alternatives).txt b/_pages/ko_KR/homebrew-launcher-(alternatives).txt
index 24a8bac09c..fec54a3ae9 100644
--- a/_pages/ko_KR/homebrew-launcher-(alternatives).txt
+++ b/_pages/ko_KR/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "홈브류 런처 (대안)" #
-lang: ko
-permalink: /homebrew-launcher-(alternatives).html
+title: "홈브류 런처 (대안)"
---
홈브류 런처는 다양한 방법을 통해 실행할 수 있습니다.
diff --git a/_pages/ko_KR/homebrew-launcher-(soundhax).txt b/_pages/ko_KR/homebrew-launcher-(soundhax).txt
index 4e3fd37df8..b65ce3ca3e 100644
--- a/_pages/ko_KR/homebrew-launcher-(soundhax).txt
+++ b/_pages/ko_KR/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "홈브류 런처 (SoundHax)" #
-lang: ko
-permalink: /ko_KR/homebrew-launcher-(soundhax).html
+title: "홈브류 런처 (SoundHax)"
---
홈브류 런처는 다양한 방법을 통해 실행할 수 있습니다.
diff --git a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt
index d53e31a135..3af3e9e65c 100644
--- a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: ko
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면
diff --git a/_pages/ko_KR/installing-boot9strap-(browser).txt b/_pages/ko_KR/installing-boot9strap-(browser).txt
index b2d45b97cf..374589a2b1 100644
--- a/_pages/ko_KR/installing-boot9strap-(browser).txt
+++ b/_pages/ko_KR/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: ko
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다.
diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware).txt b/_pages/ko_KR/installing-boot9strap-(dsiware).txt
index bc450c18e3..c6bc35fafb 100644
--- a/_pages/ko_KR/installing-boot9strap-(dsiware).txt
+++ b/_pages/ko_KR/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: ko
-permalink: /installing-boot9strap-(dsiware).html
+lang: ko
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt
index 98c7481968..53a7063799 100644
--- a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: ko
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: ko
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt
index ee28e4075a..1c94f9ea36 100644
--- a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: ko
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: ko
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt
index 8bc673879b..3745d81c23 100644
--- a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: ko
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: ko
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ko_KR/installing-boot9strap-(hardmod).txt b/_pages/ko_KR/installing-boot9strap-(hardmod).txt
index a6649114e6..3d607c0bcd 100644
--- a/_pages/ko_KR/installing-boot9strap-(hardmod).txt
+++ b/_pages/ko_KR/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: ko
-permalink: /installing-boot9strap-(hardmod).html
+lang: ko
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt
index b2d4e471d8..11d4f8629b 100644
--- a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: ko
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다.
diff --git a/_pages/ko_KR/installing-boot9strap-(mset).txt b/_pages/ko_KR/installing-boot9strap-(mset).txt
index 4c74ed3daa..fa437b09f7 100644
--- a/_pages/ko_KR/installing-boot9strap-(mset).txt
+++ b/_pages/ko_KR/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: ko
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다.
diff --git a/_pages/ko_KR/move-emunand.txt b/_pages/ko_KR/move-emunand.txt
index d0e89f8da5..edf8ac14b8 100644
--- a/_pages/ko_KR/move-emunand.txt
+++ b/_pages/ko_KR/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNAND 기반 데이터 이동" #
-lang: ko
-permalink: /ko_KR/move-emunand.html
+title: "EmuNAND 기반 데이터 이동"
---
이 페이지는 이전 EmuNAND의 데이터를 새로운 CFW SysNAND로 옮기고 이전 EmuNAND 파티션을 제거하는 방법을 안내하는 부가 섹션입니다. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다.
diff --git a/_pages/ko_KR/ntr-and-cubic-ninja.txt b/_pages/ko_KR/ntr-and-cubic-ninja.txt
index e56431dede..1bb94e33a9 100644
--- a/_pages/ko_KR/ntr-and-cubic-ninja.txt
+++ b/_pages/ko_KR/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR 및 Cubic Ninja" #
-lang: ko
-permalink: /ko_KR/ntr-and-cubic-ninja.html
+title: "NTR 및 Cubic Ninja"
---
이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면
diff --git a/_pages/ko_KR/region-changing.txt b/_pages/ko_KR/region-changing.txt
index 81f6e2cd17..a351425389 100644
--- a/_pages/ko_KR/region-changing.txt
+++ b/_pages/ko_KR/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "지역 변경" #
-lang: ko
-permalink: /ko_KR/region-changing.html
+title: "지역 변경"
---
This is add-on section for region changing your CFW SysNAND. 바꾸고자 하는 지역의 9.2.0 CTRTransfer 이미지를 설치해 끝납니다.
diff --git a/_pages/ko_KR/site-navigation.txt b/_pages/ko_KR/site-navigation.txt
index 6f873730a5..ffc6fcac1e 100644
--- a/_pages/ko_KR/site-navigation.txt
+++ b/_pages/ko_KR/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "사이트 탐색" #
-lang: ko
-permalink: /ko_KR/site-navigation.html
+title: "사이트 탐색"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ko_KR/troubleshooting.txt b/_pages/ko_KR/troubleshooting.txt
index 4e26944be0..45863c81dc 100644
--- a/_pages/ko_KR/troubleshooting.txt
+++ b/_pages/ko_KR/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "문제 해결" #
-lang: ko
-permalink: /ko_KR/troubleshooting.html
+title: "문제 해결"
---
기기를 시작할 수 없을 경우 관련 섹션을 찾아서 지시사항을 따라 주세요. 문제가 해결되었을 경우 메인 가이드를 따라 계속 진행하면 됩니다.
diff --git a/_pages/ko_KR/updating-to-boot9strap.txt b/_pages/ko_KR/updating-to-boot9strap.txt
index ed02e2aec8..6efe63ac0f 100644
--- a/_pages/ko_KR/updating-to-boot9strap.txt
+++ b/_pages/ko_KR/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: ko
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ko_KR/why-ads.txt b/_pages/ko_KR/why-ads.txt
index bf0d5d27d0..2723c9827f 100644
--- a/_pages/ko_KR/why-ads.txt
+++ b/_pages/ko_KR/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "왜 광고가 있나요?" #
-lang: ko
-permalink: /ko_KR/why-ads.html
+title: "왜 광고가 있나요?"
layout: single-no-ads
---
diff --git a/_pages/ms_MY/404.txt b/_pages/ms_MY/404.txt
index 2682dde54f..565f4c5c51 100644
--- a/_pages/ms_MY/404.txt
+++ b/_pages/ms_MY/404.txt
@@ -1,7 +1,5 @@
---
-title: "Halaman Tidak Dijumpai" #
-lang: ms
-permalink: /ms_MY/404.html
+title: "Halaman Tidak Dijumpai"
layout: single-no-ads
excerpt: "Tiada Halaman. Pixel anda berada di kanvas lain." #
sitemap: false
diff --git a/_pages/ms_MY/9.2.0-ctrtransfer.txt b/_pages/ms_MY/9.2.0-ctrtransfer.txt
index 8fc5ae3c8f..0030a2943d 100644
--- a/_pages/ms_MY/9.2.0-ctrtransfer.txt
+++ b/_pages/ms_MY/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ms
-permalink: /ms_MY/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/ms_MY/cart-update.txt b/_pages/ms_MY/cart-update.txt
index 453da0b0b8..09bb99f0a2 100644
--- a/_pages/ms_MY/cart-update.txt
+++ b/_pages/ms_MY/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Kemaskini Cart" #
-lang: ms
-permalink: /ms_MY/cart-update.html
+title: "Kemaskini Cart"
---
Semua game kart yang mempunyai salinan keperluan versi sistem untuk memainkannya, membolehkan semua versi rendah menggunakannya bagi kemaskini kepada versinya (walaupun tanpa penggunaan internet).
diff --git a/_pages/ms_MY/credits.txt b/_pages/ms_MY/credits.txt
index 769907e722..6141826ef0 100644
--- a/_pages/ms_MY/credits.txt
+++ b/_pages/ms_MY/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Kredit" #
-lang: ms
-permalink: /ms_MY/credits.html
+title: "Kredit"
---
**Ribuan terima kasih kepada semua [#Cakey di Freenode](http://webchat.freenode.net/?channels=%23Cakey) anda semua mengagumkan!**
diff --git a/_pages/ms_MY/donations.txt b/_pages/ms_MY/donations.txt
index 2fa40d7842..fab9b31d3c 100644
--- a/_pages/ms_MY/donations.txt
+++ b/_pages/ms_MY/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Sumbangan" #
-lang: ms
-permalink: /ms_MY/donations.html
+title: "Sumbangan"
layout: single-no-ads
---
diff --git a/_pages/ms_MY/f3-(linux).txt b/_pages/ms_MY/f3-(linux).txt
index 6d0a50535a..d8c6ad2b72 100644
--- a/_pages/ms_MY/f3-(linux).txt
+++ b/_pages/ms_MY/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: ms
-permalink: /ms_MY/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/ms_MY/f3x-(mac).txt b/_pages/ms_MY/f3x-(mac).txt
index 9e74d9e33f..91b0828d9e 100644
--- a/_pages/ms_MY/f3x-(mac).txt
+++ b/_pages/ms_MY/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: ms
-permalink: /ms_MY/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/ms_MY/faq.txt b/_pages/ms_MY/faq.txt
index 7c3a12e718..883ef38bdc 100644
--- a/_pages/ms_MY/faq.txt
+++ b/_pages/ms_MY/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Soalan Lazim" #
-lang: ms
-permalink: /ms_MY/faq.html
+title: "Soalan Lazim"
---
{% capture notice-1 %}
diff --git a/_pages/ms_MY/file-extensions-(windows).txt b/_pages/ms_MY/file-extensions-(windows).txt
index 1f5c738ad1..c9a4b1ba00 100644
--- a/_pages/ms_MY/file-extensions-(windows).txt
+++ b/_pages/ms_MY/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: ms
-permalink: /file-extensions-(windows).html
+lang: ms
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/ms_MY/finalizing-setup.txt b/_pages/ms_MY/finalizing-setup.txt
index 73f15a4c72..13567d7642 100644
--- a/_pages/ms_MY/finalizing-setup.txt
+++ b/_pages/ms_MY/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: ms
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ms_MY/get-started-(new-3ds).txt b/_pages/ms_MY/get-started-(new-3ds).txt
index 2f941adc15..000696c8ad 100644
--- a/_pages/ms_MY/get-started-(new-3ds).txt
+++ b/_pages/ms_MY/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Mari Mulakan (New 3DS)" #
-lang: ms
-permalink: /ms_MY/get-started-(new-3ds).html
+title: "Mari Mulakan (New 3DS)"
---
Pilih halaman yang sesuatu untuk versi anda berdasarkan carta dibawah.
diff --git a/_pages/ms_MY/get-started-(old-3ds).txt b/_pages/ms_MY/get-started-(old-3ds).txt
index 39193e4d7d..3c691ac800 100644
--- a/_pages/ms_MY/get-started-(old-3ds).txt
+++ b/_pages/ms_MY/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Mari Mulakan (Old 3DS)" #
-lang: ms
-permalink: /ms_MY/get-started-(old-3ds).html
+title: "Mari Mulakan (Old 3DS)"
---
Pilih halaman yang sesuai untuk versi anda berdasarkan carta dibawah.
diff --git a/_pages/ms_MY/get-started.txt b/_pages/ms_MY/get-started.txt
index 3d98e233c9..d4729821a9 100644
--- a/_pages/ms_MY/get-started.txt
+++ b/_pages/ms_MY/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Bermula" #
-lang: ms
-permalink: /ms_MY/get-started.html
+title: "Bermula"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ms_MY/godmode9-usage.txt b/_pages/ms_MY/godmode9-usage.txt
index 38ba0508b4..59f2e9ba55 100644
--- a/_pages/ms_MY/godmode9-usage.txt
+++ b/_pages/ms_MY/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: ms
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/ms_MY/h2testw-(windows).txt b/_pages/ms_MY/h2testw-(windows).txt
index 2a8f90025c..bdac681e6c 100644
--- a/_pages/ms_MY/h2testw-(windows).txt
+++ b/_pages/ms_MY/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: ms
-permalink: /ms_MY/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/ms_MY/home.txt b/_pages/ms_MY/home.txt
index 6f214e5350..d5b6df9d49 100644
--- a/_pages/ms_MY/home.txt
+++ b/_pages/ms_MY/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Bermula" #
cta_url: "/ms_MY/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: ms
-permalink: /ms_MY/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ms_MY/homebrew-launcher-(alternatives).txt b/_pages/ms_MY/homebrew-launcher-(alternatives).txt
index 22735ec97f..40742d27e2 100644
--- a/_pages/ms_MY/homebrew-launcher-(alternatives).txt
+++ b/_pages/ms_MY/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: ms
-permalink: /ms_MY/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya.
diff --git a/_pages/ms_MY/homebrew-launcher-(soundhax).txt b/_pages/ms_MY/homebrew-launcher-(soundhax).txt
index ca8375573e..a67e90402e 100644
--- a/_pages/ms_MY/homebrew-launcher-(soundhax).txt
+++ b/_pages/ms_MY/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: ms
-permalink: /ms_MY/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya.
diff --git a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt
index 521778b911..e57a3d63b9 100644
--- a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: ms
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ms_MY/installing-boot9strap-(browser).txt b/_pages/ms_MY/installing-boot9strap-(browser).txt
index 16963777bf..8a0384a8cf 100644
--- a/_pages/ms_MY/installing-boot9strap-(browser).txt
+++ b/_pages/ms_MY/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: ms
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware).txt b/_pages/ms_MY/installing-boot9strap-(dsiware).txt
index add6aa6976..c16f78f649 100644
--- a/_pages/ms_MY/installing-boot9strap-(dsiware).txt
+++ b/_pages/ms_MY/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: ms
-permalink: /installing-boot9strap-(dsiware).html
+lang: ms
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt
index b0ed763a2f..7ed1785f89 100644
--- a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: ms
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: ms
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt
index 34b0729ea5..dc8ada1712 100644
--- a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: ms
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: ms
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt
index 244f98fc1d..26265cd8d1 100644
--- a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: ms
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: ms
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ms_MY/installing-boot9strap-(hardmod).txt b/_pages/ms_MY/installing-boot9strap-(hardmod).txt
index 76d77b15fc..8bf3569c87 100644
--- a/_pages/ms_MY/installing-boot9strap-(hardmod).txt
+++ b/_pages/ms_MY/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: ms
-permalink: /installing-boot9strap-(hardmod).html
+lang: ms
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt
index af3a0cc5f9..cbdd203ed2 100644
--- a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: ms
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ms_MY/installing-boot9strap-(mset).txt b/_pages/ms_MY/installing-boot9strap-(mset).txt
index faa29ad28c..1c4508c785 100644
--- a/_pages/ms_MY/installing-boot9strap-(mset).txt
+++ b/_pages/ms_MY/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: ms
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ms_MY/move-emunand.txt b/_pages/ms_MY/move-emunand.txt
index 48a56df699..4774d5eee0 100644
--- a/_pages/ms_MY/move-emunand.txt
+++ b/_pages/ms_MY/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Pemindahan EmuNAND" #
-lang: ms
-permalink: /ms_MY/move-emunand.html
+title: "Pemindahan EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ms_MY/ntr-and-cubic-ninja.txt b/_pages/ms_MY/ntr-and-cubic-ninja.txt
index 2e97ebecce..63d4535b9f 100644
--- a/_pages/ms_MY/ntr-and-cubic-ninja.txt
+++ b/_pages/ms_MY/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR dan Cubic Ninja" #
-lang: ms
-permalink: /ms_MY/ntr-and-cubic-ninja.html
+title: "NTR dan Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ms_MY/region-changing.txt b/_pages/ms_MY/region-changing.txt
index 30f53233d8..d4920f9c4b 100644
--- a/_pages/ms_MY/region-changing.txt
+++ b/_pages/ms_MY/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Penukaran Kawasan" #
-lang: ms
-permalink: /ms_MY/region-changing.html
+title: "Penukaran Kawasan"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/ms_MY/site-navigation.txt b/_pages/ms_MY/site-navigation.txt
index 6489f39bb1..a6af6a7ef0 100644
--- a/_pages/ms_MY/site-navigation.txt
+++ b/_pages/ms_MY/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Navigasi Halaman" #
-lang: ms
-permalink: /ms_MY/site-navigation.html
+title: "Navigasi Halaman"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ms_MY/troubleshooting.txt b/_pages/ms_MY/troubleshooting.txt
index e0a4e99587..92010f688f 100644
--- a/_pages/ms_MY/troubleshooting.txt
+++ b/_pages/ms_MY/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Penyelesaian Masalah" #
-lang: ms
-permalink: /ms_MY/troubleshooting.html
+title: "Penyelesaian Masalah"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Sebaik sahaja penyelesaian berjaya untuk anda, anda boleh meneruskan dengan panduan utama
diff --git a/_pages/ms_MY/updating-to-boot9strap.txt b/_pages/ms_MY/updating-to-boot9strap.txt
index 9eb1916029..5f5957655c 100644
--- a/_pages/ms_MY/updating-to-boot9strap.txt
+++ b/_pages/ms_MY/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: ms
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ms_MY/why-ads.txt b/_pages/ms_MY/why-ads.txt
index aacadedc9b..a627308528 100644
--- a/_pages/ms_MY/why-ads.txt
+++ b/_pages/ms_MY/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Kenapa Iklan?" #
-lang: ms
-permalink: /ms_MY/why-ads.html
+title: "Kenapa Iklan?"
layout: single-no-ads
---
diff --git a/_pages/nl_NL/404.txt b/_pages/nl_NL/404.txt
index d7a4c6d42c..68145089b7 100644
--- a/_pages/nl_NL/404.txt
+++ b/_pages/nl_NL/404.txt
@@ -1,7 +1,5 @@
---
-title: "Pagina niet gevonden" #
-lang: nl
-permalink: /nl_NL/404.html
+title: "Pagina niet gevonden"
layout: single-no-ads
excerpt: "pagina niet gevonden. Je pixels bevinden zich op een ander canvas." #
sitemap: false
diff --git a/_pages/nl_NL/9.2.0-ctrtransfer.txt b/_pages/nl_NL/9.2.0-ctrtransfer.txt
index 1cbce9ecaa..1f6469b9e5 100644
--- a/_pages/nl_NL/9.2.0-ctrtransfer.txt
+++ b/_pages/nl_NL/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: nl
-permalink: /nl_NL/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/nl_NL/cart-update.txt b/_pages/nl_NL/cart-update.txt
index e9cecac7cf..fa66d8ca96 100644
--- a/_pages/nl_NL/cart-update.txt
+++ b/_pages/nl_NL/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: nl
-permalink: /nl_NL/cart-update.html
+title: "Cart Update"
---
Alle spel cartridges bevatten een kopie van de benodigde systeemversie om dat spel te spelen, hiermee kan iedereen die op een lagere firmwareversie dan het spel zit, een cartridge gebruiken om te updaten naar die firmwareversie (zelfs zonder internet connectie).
diff --git a/_pages/nl_NL/credits.txt b/_pages/nl_NL/credits.txt
index 6619567f88..d24bcbb725 100644
--- a/_pages/nl_NL/credits.txt
+++ b/_pages/nl_NL/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: nl
-permalink: /nl_NL/credits.html
+title: "Credits"
---
**Speciale dank aan iedereen op [#Cakey Freenode](http://webchat.freenode.net/?channels=%23Cakey) omdat ze awesome zijn**
diff --git a/_pages/nl_NL/donations.txt b/_pages/nl_NL/donations.txt
index 32d8abb490..c881a94c2f 100644
--- a/_pages/nl_NL/donations.txt
+++ b/_pages/nl_NL/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donaties" #
-lang: nl
-permalink: /nl_NL/donations.html
+title: "Donaties"
layout: single-no-ads
---
diff --git a/_pages/nl_NL/f3-(linux).txt b/_pages/nl_NL/f3-(linux).txt
index 027bd5177c..ef3bedabd9 100644
--- a/_pages/nl_NL/f3-(linux).txt
+++ b/_pages/nl_NL/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: nl
-permalink: /nl_NL/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/nl_NL/f3x-(mac).txt b/_pages/nl_NL/f3x-(mac).txt
index 7f52b7888c..12e0c5f73e 100644
--- a/_pages/nl_NL/f3x-(mac).txt
+++ b/_pages/nl_NL/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: nl
-permalink: /nl_NL/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/nl_NL/faq.txt b/_pages/nl_NL/faq.txt
index 9a634d296e..1ac2cd5b22 100644
--- a/_pages/nl_NL/faq.txt
+++ b/_pages/nl_NL/faq.txt
@@ -1,7 +1,5 @@
---
-title: "veel gestelde vragen (FAQ)" #
-lang: nl
-permalink: /nl_NL/faq.html
+title: "veel gestelde vragen (FAQ)"
---
{% capture notice-1 %}
diff --git a/_pages/nl_NL/file-extensions-(windows).txt b/_pages/nl_NL/file-extensions-(windows).txt
index 68f862da0e..d90759028c 100644
--- a/_pages/nl_NL/file-extensions-(windows).txt
+++ b/_pages/nl_NL/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: nl
-permalink: /file-extensions-(windows).html
+lang: nl
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/nl_NL/finalizing-setup.txt b/_pages/nl_NL/finalizing-setup.txt
index 4082daef3e..0ae8e6a667 100644
--- a/_pages/nl_NL/finalizing-setup.txt
+++ b/_pages/nl_NL/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: nl
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/nl_NL/get-started-(new-3ds).txt b/_pages/nl_NL/get-started-(new-3ds).txt
index 8b7d5ab25c..268166b28f 100644
--- a/_pages/nl_NL/get-started-(new-3ds).txt
+++ b/_pages/nl_NL/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Begin (New 3DS)" #
-lang: nl
-permalink: /nl_NL/get-started-(new-3ds).html
+title: "Begin (New 3DS)"
---
Kies de juiste pagina die bij jouw versie hoort uit onderstaande tabel.
diff --git a/_pages/nl_NL/get-started-(old-3ds).txt b/_pages/nl_NL/get-started-(old-3ds).txt
index 52c831fefa..c4758b5068 100644
--- a/_pages/nl_NL/get-started-(old-3ds).txt
+++ b/_pages/nl_NL/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Begin (Old 3DS)" #
-lang: nl
-permalink: /nl_NL/get-started-(old-3ds).html
+title: "Begin (Old 3DS)"
---
Kies de juiste pagina die bij jouw versie hoort uit onderstaande tabel.
diff --git a/_pages/nl_NL/get-started.txt b/_pages/nl_NL/get-started.txt
index 7e302ad25b..3235c6a78b 100644
--- a/_pages/nl_NL/get-started.txt
+++ b/_pages/nl_NL/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Begin" #
-lang: nl
-permalink: /nl_NL/get-started.html
+title: "Begin"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/nl_NL/godmode9-usage.txt b/_pages/nl_NL/godmode9-usage.txt
index dd752a4a96..34584b744c 100644
--- a/_pages/nl_NL/godmode9-usage.txt
+++ b/_pages/nl_NL/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Gebruik" #
-lang: nl
-permalink: /nl_NL/godmode9-usage.html
+title: "GodMode9 Gebruik"
---
Godmode9 is een bestandsbeheer die volledige toegang heeft tot de Nintendo 3DS console, het geeft je toegang tot je SD kaart, de FAT partities van je SysNAND en EmuNAND en zo goed als alles anders. Naast andere functies kan je ook bestanden kopiëren, verwijderen en hernoemen en mappen aanmaken.
diff --git a/_pages/nl_NL/h2testw-(windows).txt b/_pages/nl_NL/h2testw-(windows).txt
index 82f3812a10..3d8268b03e 100644
--- a/_pages/nl_NL/h2testw-(windows).txt
+++ b/_pages/nl_NL/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: nl
-permalink: /nl_NL/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/nl_NL/home.txt b/_pages/nl_NL/home.txt
index a3dbde5eca..249caca478 100644
--- a/_pages/nl_NL/home.txt
+++ b/_pages/nl_NL/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Begin" #
cta_url: "/nl_NL/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: nl
-permalink: /nl_NL/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/nl_NL/homebrew-launcher-(alternatives).txt b/_pages/nl_NL/homebrew-launcher-(alternatives).txt
index ece0000ef4..aacd7b7db6 100644
--- a/_pages/nl_NL/homebrew-launcher-(alternatives).txt
+++ b/_pages/nl_NL/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatieven)" #
-lang: nl
-permalink: /nl_NL/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatieven)"
---
De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lanceringsmethoden.
diff --git a/_pages/nl_NL/homebrew-launcher-(soundhax).txt b/_pages/nl_NL/homebrew-launcher-(soundhax).txt
index 0b0cefddb3..9e2be230a2 100644
--- a/_pages/nl_NL/homebrew-launcher-(soundhax).txt
+++ b/_pages/nl_NL/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: nl
-permalink: /nl_NL/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lanceringsmethoden.
diff --git a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt
index 2c7caefcdf..d8367bc51f 100644
--- a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt
+++ b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: nl
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/nl_NL/installing-boot9strap-(browser).txt b/_pages/nl_NL/installing-boot9strap-(browser).txt
index e4d8b81dc6..c71fd4c8de 100644
--- a/_pages/nl_NL/installing-boot9strap-(browser).txt
+++ b/_pages/nl_NL/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: nl
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware).txt b/_pages/nl_NL/installing-boot9strap-(dsiware).txt
index a084569d99..955997c01f 100644
--- a/_pages/nl_NL/installing-boot9strap-(dsiware).txt
+++ b/_pages/nl_NL/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: nl
-permalink: /installing-boot9strap-(dsiware).html
+lang: nl
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt
index 5de3e3902a..7e7a7d0533 100644
--- a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: nl
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: nl
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt
index bdf37b2bbd..9d862532cb 100644
--- a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: nl
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: nl
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt
index f03b7c66dd..37ec7912c0 100644
--- a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: nl
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: nl
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/nl_NL/installing-boot9strap-(hardmod).txt b/_pages/nl_NL/installing-boot9strap-(hardmod).txt
index 646949fbce..83cb6d70d0 100644
--- a/_pages/nl_NL/installing-boot9strap-(hardmod).txt
+++ b/_pages/nl_NL/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: nl
-permalink: /installing-boot9strap-(hardmod).html
+lang: nl
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt
index 34ed2de631..fae9faa4f7 100644
--- a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: nl
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/nl_NL/installing-boot9strap-(mset).txt b/_pages/nl_NL/installing-boot9strap-(mset).txt
index 7e9e6b3dd5..a5ee606849 100644
--- a/_pages/nl_NL/installing-boot9strap-(mset).txt
+++ b/_pages/nl_NL/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: nl
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/nl_NL/move-emunand.txt b/_pages/nl_NL/move-emunand.txt
index 11f9450cca..1b6843a28f 100644
--- a/_pages/nl_NL/move-emunand.txt
+++ b/_pages/nl_NL/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNAND verplaatsen" #
-lang: nl
-permalink: /nl_NL/move-emunand.html
+title: "EmuNAND verplaatsen"
---
Dit is de add-on-sectie voor het verplaatsen van een oude EmuNAND naar je nieuwe SysNAND CFW, en daarna het verwijderen van het oude EmuNAND gedeelte. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/nl_NL/ntr-and-cubic-ninja.txt b/_pages/nl_NL/ntr-and-cubic-ninja.txt
index 409ed44987..e5596f55aa 100644
--- a/_pages/nl_NL/ntr-and-cubic-ninja.txt
+++ b/_pages/nl_NL/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR en Cubic Ninja" #
-lang: nl
-permalink: /nl_NL/ntr-and-cubic-ninja.html
+title: "NTR en Cubic Ninja"
---
Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/nl_NL/region-changing.txt b/_pages/nl_NL/region-changing.txt
index 57f72e92c7..87bd22d3c3 100644
--- a/_pages/nl_NL/region-changing.txt
+++ b/_pages/nl_NL/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Regio Wijzigen" #
-lang: nl
-permalink: /nl_NL/region-changing.html
+title: "Regio Wijzigen"
---
This is add-on section for region changing your CFW SysNAND. Dit wordt gedaan door de 9.2.0 CTRTransfer image voor de regio die jij wil hebben te installeren.
diff --git a/_pages/nl_NL/site-navigation.txt b/_pages/nl_NL/site-navigation.txt
index 306600579c..7c5eb86bd9 100644
--- a/_pages/nl_NL/site-navigation.txt
+++ b/_pages/nl_NL/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigatie" #
-lang: nl
-permalink: /nl_NL/site-navigation.html
+title: "Site Navigatie"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/nl_NL/troubleshooting.txt b/_pages/nl_NL/troubleshooting.txt
index 061ae38acc..b51170ccaa 100644
--- a/_pages/nl_NL/troubleshooting.txt
+++ b/_pages/nl_NL/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Probleemoplossing" #
-lang: nl
-permalink: /nl_NL/troubleshooting.html
+title: "Probleemoplossing"
---
Als je jouw 3DS niet meer aan krijgt, kijk dan naar de relevante sectie voor jou, en volg de instructies. Wanneer een oplossing voor jou werkt, kan je verder gaan met de rest van de handleiding
diff --git a/_pages/nl_NL/updating-to-boot9strap.txt b/_pages/nl_NL/updating-to-boot9strap.txt
index e7d599d28a..d43f97bf94 100644
--- a/_pages/nl_NL/updating-to-boot9strap.txt
+++ b/_pages/nl_NL/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: nl
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/nl_NL/why-ads.txt b/_pages/nl_NL/why-ads.txt
index 7083c860c0..21257421d5 100644
--- a/_pages/nl_NL/why-ads.txt
+++ b/_pages/nl_NL/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Waarom advertenties?" #
-lang: nl
-permalink: /nl_NL/why-ads.html
+title: "Waarom advertenties?"
layout: single-no-ads
---
diff --git a/_pages/no_NO/404.txt b/_pages/no_NO/404.txt
index 273567c80e..72f07277fc 100644
--- a/_pages/no_NO/404.txt
+++ b/_pages/no_NO/404.txt
@@ -1,7 +1,5 @@
---
-title: "Side ikke funnet" #
-lang: no
-permalink: /no_NO/404.html
+title: "Side ikke funnet"
layout: single-no-ads
excerpt: "Finner ikke siden. Pikslene dine er på et annet lerret." #
sitemap: false
diff --git a/_pages/no_NO/9.2.0-ctrtransfer.txt b/_pages/no_NO/9.2.0-ctrtransfer.txt
index 5de98803e8..ef79a4f78d 100644
--- a/_pages/no_NO/9.2.0-ctrtransfer.txt
+++ b/_pages/no_NO/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: no
-permalink: /no_NO/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/no_NO/cart-update.txt b/_pages/no_NO/cart-update.txt
index f3213a6bd0..853e45a7c3 100644
--- a/_pages/no_NO/cart-update.txt
+++ b/_pages/no_NO/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Kassettoppgradering" #
-lang: no
-permalink: /no_NO/cart-update.html
+title: "Kassettoppgradering"
---
Alle spillkassetter inneholder en kopi av den systemversjonen de krever for å spille det noe som muliggjør noen med en lavere versjon til å bruke kassetten til å oppdatere til den versjonen (også uten tilknytning til internett).
diff --git a/_pages/no_NO/credits.txt b/_pages/no_NO/credits.txt
index 4b082fb5d1..fbc6036adc 100644
--- a/_pages/no_NO/credits.txt
+++ b/_pages/no_NO/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Takk til" #
-lang: no
-permalink: /no_NO/credits.html
+title: "Takk til"
---
**Spesiell takk til alle på [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for å være fantastiske!**
diff --git a/_pages/no_NO/donations.txt b/_pages/no_NO/donations.txt
index 50d6f06a77..97c73a0f79 100644
--- a/_pages/no_NO/donations.txt
+++ b/_pages/no_NO/donations.txt
@@ -1,7 +1,5 @@
---
-tittel: "Bidrag" #
-lang: no
-permalink: /no_NO/donations.html
+tittel: "Bidrag"
layout: single-no-ads
---
diff --git a/_pages/no_NO/f3-(linux).txt b/_pages/no_NO/f3-(linux).txt
index d1c67e0782..6397234877 100644
--- a/_pages/no_NO/f3-(linux).txt
+++ b/_pages/no_NO/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: no
-permalink: /no_NO/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/no_NO/f3x-(mac).txt b/_pages/no_NO/f3x-(mac).txt
index a342346986..206796db34 100644
--- a/_pages/no_NO/f3x-(mac).txt
+++ b/_pages/no_NO/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: no
-permalink: /no_NO/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/no_NO/faq.txt b/_pages/no_NO/faq.txt
index 2cb7a5ab26..1715e9bdd8 100644
--- a/_pages/no_NO/faq.txt
+++ b/_pages/no_NO/faq.txt
@@ -1,7 +1,5 @@
---
-title: "OSS (Ofte stilte spørsmål)" #
-lang: no
-permalink: /no_NO/faq.html
+title: "OSS (Ofte stilte spørsmål)"
---
{% capture notice-1 %}
diff --git a/_pages/no_NO/file-extensions-(windows).txt b/_pages/no_NO/file-extensions-(windows).txt
index 83d11e7dd7..abc495849a 100644
--- a/_pages/no_NO/file-extensions-(windows).txt
+++ b/_pages/no_NO/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: no
-permalink: /file-extensions-(windows).html
+lang: no
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/no_NO/finalizing-setup.txt b/_pages/no_NO/finalizing-setup.txt
index b3660b89eb..e600704df2 100644
--- a/_pages/no_NO/finalizing-setup.txt
+++ b/_pages/no_NO/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: no
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/no_NO/get-started-(new-3ds).txt b/_pages/no_NO/get-started-(new-3ds).txt
index 3f20e80475..ec236280fd 100644
--- a/_pages/no_NO/get-started-(new-3ds).txt
+++ b/_pages/no_NO/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Kom i gang (New 3DS)" #
-lang: no
-permalink: /no_NO/get-started-(new-3ds).html
+title: "Kom i gang (New 3DS)"
---
Velg den aktuelle siden for din versjon fra diagrammet nedenfor.
diff --git a/_pages/no_NO/get-started-(old-3ds).txt b/_pages/no_NO/get-started-(old-3ds).txt
index 4f69533bf0..bbb59babca 100644
--- a/_pages/no_NO/get-started-(old-3ds).txt
+++ b/_pages/no_NO/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Kom i gang (Old 3DS)" #
-lang: no
-permalink: /no_NO/get-started-(old-3ds).html
+title: "Kom i gang (Old 3DS)"
---
Velg den aktuelle siden for din versjon fra diagrammet nedenfor.
diff --git a/_pages/no_NO/get-started.txt b/_pages/no_NO/get-started.txt
index 54adbfeaaf..111d0d75ae 100644
--- a/_pages/no_NO/get-started.txt
+++ b/_pages/no_NO/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Kom i gang" #
-lang: no
-permalink: /no_NO/get-started.html
+title: "Kom i gang"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/no_NO/godmode9-usage.txt b/_pages/no_NO/godmode9-usage.txt
index 9138d406c8..ff87d331ae 100644
--- a/_pages/no_NO/godmode9-usage.txt
+++ b/_pages/no_NO/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: no
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/no_NO/h2testw-(windows).txt b/_pages/no_NO/h2testw-(windows).txt
index 9e7b018a30..f838df69f1 100644
--- a/_pages/no_NO/h2testw-(windows).txt
+++ b/_pages/no_NO/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: no
-permalink: /no_NO/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/no_NO/home.txt b/_pages/no_NO/home.txt
index 9b54fb9710..0d9ffe7592 100644
--- a/_pages/no_NO/home.txt
+++ b/_pages/no_NO/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: no
-permalink: /no_NO/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/no_NO/homebrew-launcher-(alternatives).txt b/_pages/no_NO/homebrew-launcher-(alternatives).txt
index 3af42bf628..9cd26e437e 100644
--- a/_pages/no_NO/homebrew-launcher-(alternatives).txt
+++ b/_pages/no_NO/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: no
-permalink: /no_NO/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/no_NO/homebrew-launcher-(soundhax).txt b/_pages/no_NO/homebrew-launcher-(soundhax).txt
index 0539f0bda1..6ca09bb305 100644
--- a/_pages/no_NO/homebrew-launcher-(soundhax).txt
+++ b/_pages/no_NO/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: no
-permalink: /no_NO/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher har flere forskjellige inngangspunkt eller metoder for å starte.
diff --git a/_pages/no_NO/installing-boot9strap-(2xrsa).txt b/_pages/no_NO/installing-boot9strap-(2xrsa).txt
index 681c8d4fc2..98fe8cd1df 100644
--- a/_pages/no_NO/installing-boot9strap-(2xrsa).txt
+++ b/_pages/no_NO/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: no
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/no_NO/installing-boot9strap-(browser).txt b/_pages/no_NO/installing-boot9strap-(browser).txt
index 25a936f9a0..bac8951609 100644
--- a/_pages/no_NO/installing-boot9strap-(browser).txt
+++ b/_pages/no_NO/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: no
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/no_NO/installing-boot9strap-(dsiware).txt b/_pages/no_NO/installing-boot9strap-(dsiware).txt
index f481bc2e45..00eb533ff2 100644
--- a/_pages/no_NO/installing-boot9strap-(dsiware).txt
+++ b/_pages/no_NO/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: no
-permalink: /installing-boot9strap-(dsiware).html
+lang: no
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt
index 0a4729219a..4d8322daf7 100644
--- a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: no
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: no
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt
index c4c910e49e..088016b43a 100644
--- a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: no
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: no
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt
index 64675ddb19..a30408a93b 100644
--- a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: no
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: no
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/no_NO/installing-boot9strap-(hardmod).txt b/_pages/no_NO/installing-boot9strap-(hardmod).txt
index 627da9a91b..03e2f67927 100644
--- a/_pages/no_NO/installing-boot9strap-(hardmod).txt
+++ b/_pages/no_NO/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: no
-permalink: /installing-boot9strap-(hardmod).html
+lang: no
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt
index 872e1fb2c8..aeff394a87 100644
--- a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: no
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/no_NO/installing-boot9strap-(mset).txt b/_pages/no_NO/installing-boot9strap-(mset).txt
index 8cb167ca22..a1417c7c74 100644
--- a/_pages/no_NO/installing-boot9strap-(mset).txt
+++ b/_pages/no_NO/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: no
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/no_NO/move-emunand.txt b/_pages/no_NO/move-emunand.txt
index ec4a837333..b21ff12d36 100644
--- a/_pages/no_NO/move-emunand.txt
+++ b/_pages/no_NO/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Flytt EmuNAND" #
-lang: no
-permalink: /no_NO/move-emunand.html
+title: "Flytt EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/no_NO/ntr-and-cubic-ninja.txt b/_pages/no_NO/ntr-and-cubic-ninja.txt
index 629d7de415..e3a4bbf2ec 100644
--- a/_pages/no_NO/ntr-and-cubic-ninja.txt
+++ b/_pages/no_NO/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR og Cubic Ninja" #
-lang: no
-permalink: /no_NO/ntr-and-cubic-ninja.html
+title: "NTR og Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/no_NO/region-changing.txt b/_pages/no_NO/region-changing.txt
index 0da5640a66..106d55c243 100644
--- a/_pages/no_NO/region-changing.txt
+++ b/_pages/no_NO/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Regionsbytte" #
-lang: no
-permalink: /no_NO/region-changing.html
+title: "Regionsbytte"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/no_NO/site-navigation.txt b/_pages/no_NO/site-navigation.txt
index e611784618..4aa2b592fb 100644
--- a/_pages/no_NO/site-navigation.txt
+++ b/_pages/no_NO/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Navigasjon" #
-lang: no
-permalink: /no_NO/site-navigation.html
+title: "Navigasjon"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/no_NO/troubleshooting.txt b/_pages/no_NO/troubleshooting.txt
index 8570aeea6a..79e48116bb 100644
--- a/_pages/no_NO/troubleshooting.txt
+++ b/_pages/no_NO/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Feilsøkning" #
-lang: no
-permalink: /no_NO/troubleshooting.html
+title: "Feilsøkning"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Når en løsning virker for deg, kan du fortsette med hovedveiledningen
diff --git a/_pages/no_NO/updating-to-boot9strap.txt b/_pages/no_NO/updating-to-boot9strap.txt
index 3391a2f36d..2119bcfe6c 100644
--- a/_pages/no_NO/updating-to-boot9strap.txt
+++ b/_pages/no_NO/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: no
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/no_NO/why-ads.txt b/_pages/no_NO/why-ads.txt
index c37f64b547..1ed01e1d81 100644
--- a/_pages/no_NO/why-ads.txt
+++ b/_pages/no_NO/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Hvorfor reklame?" #
-lang: no
-permalink: /no_NO/why-ads.html
+title: "Hvorfor reklame?"
layout: single-no-ads
---
diff --git a/_pages/pl_PL/404.txt b/_pages/pl_PL/404.txt
index 0b7fa92b46..a372861fb0 100644
--- a/_pages/pl_PL/404.txt
+++ b/_pages/pl_PL/404.txt
@@ -1,7 +1,5 @@
---
-title: "Nie odnaleziono strony" #
-lang: pl
-permalink: /pl_PL/404.html
+title: "Nie odnaleziono strony"
layout: single-no-ads
excerpt: "Nie odnaleziono strony. Twoje litery są w innej książce." #
sitemap: false
diff --git a/_pages/pl_PL/9.2.0-ctrtransfer.txt b/_pages/pl_PL/9.2.0-ctrtransfer.txt
index c541e4e3c7..de52bc74a7 100644
--- a/_pages/pl_PL/9.2.0-ctrtransfer.txt
+++ b/_pages/pl_PL/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: pl
-permalink: /pl_PL/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/pl_PL/cart-update.txt b/_pages/pl_PL/cart-update.txt
index 842f98dc17..6dd8ff667b 100644
--- a/_pages/pl_PL/cart-update.txt
+++ b/_pages/pl_PL/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Aktualizacja z kartridżu" #
-lang: pl
-permalink: /pl_PL/cart-update.html
+title: "Aktualizacja z kartridżu"
---
Każdy kartridż z grą posiada kopię wersji firmware konsoli która jest wymagana do jej działania, co pozwala każdemu kto korzysta z niższej wersji firmware na użycie kartridżu do zaktualizowania konsoli do tej wersji (nawet bez połączenia internetowego).
diff --git a/_pages/pl_PL/credits.txt b/_pages/pl_PL/credits.txt
index 291e892ef0..94cc4f9fc1 100644
--- a/_pages/pl_PL/credits.txt
+++ b/_pages/pl_PL/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Współautorzy" #
-lang: pl
-permalink: /pl_PL/credits.html
+title: "Współautorzy"
---
**Specjalne podziękowania dla wszystkich z [#Cakey na Freenode](http://webchat.freenode.net/?channels=%23Cakey) za ich pracę!**
diff --git a/_pages/pl_PL/donations.txt b/_pages/pl_PL/donations.txt
index ba288edddf..4c2957c360 100644
--- a/_pages/pl_PL/donations.txt
+++ b/_pages/pl_PL/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Darowizny" #
-lang: pl
-permalink: /pl_PL/donations.html
+title: "Darowizny"
layout: single-no-ads
---
diff --git a/_pages/pl_PL/f3-(linux).txt b/_pages/pl_PL/f3-(linux).txt
index 696e8c1fd6..5691c586b4 100644
--- a/_pages/pl_PL/f3-(linux).txt
+++ b/_pages/pl_PL/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: pl
-permalink: /pl_PL/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/pl_PL/f3x-(mac).txt b/_pages/pl_PL/f3x-(mac).txt
index e54f1cb418..fd71f4d852 100644
--- a/_pages/pl_PL/f3x-(mac).txt
+++ b/_pages/pl_PL/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: pl
-permalink: /pl_PL/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/pl_PL/faq.txt b/_pages/pl_PL/faq.txt
index 8352a198dc..97393fe592 100644
--- a/_pages/pl_PL/faq.txt
+++ b/_pages/pl_PL/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Często zadawane pytania (FAQ)" #
-lang: pl
-permalink: /pl_PL/faq.html
+title: "Często zadawane pytania (FAQ)"
---
{% capture notice-1 %}
diff --git a/_pages/pl_PL/file-extensions-(windows).txt b/_pages/pl_PL/file-extensions-(windows).txt
index ca04bdff0d..1646c60744 100644
--- a/_pages/pl_PL/file-extensions-(windows).txt
+++ b/_pages/pl_PL/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: pl
-permalink: /file-extensions-(windows).html
+lang: pl
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/pl_PL/finalizing-setup.txt b/_pages/pl_PL/finalizing-setup.txt
index 2a93e48fe5..3a38111afa 100644
--- a/_pages/pl_PL/finalizing-setup.txt
+++ b/_pages/pl_PL/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: pl
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pl_PL/get-started-(new-3ds).txt b/_pages/pl_PL/get-started-(new-3ds).txt
index e5c18cbd29..4d2380796b 100644
--- a/_pages/pl_PL/get-started-(new-3ds).txt
+++ b/_pages/pl_PL/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Rozpocznij (New 3DS)" #
-lang: pl
-permalink: /pl_PL/get-started-(new-3ds).html
+title: "Rozpocznij (New 3DS)"
---
Wybierz odpowiednią podstronę dla swojej wersji firmware z poniższej tabeli.
diff --git a/_pages/pl_PL/get-started-(old-3ds).txt b/_pages/pl_PL/get-started-(old-3ds).txt
index ae95a7e6a8..0a43b1d049 100644
--- a/_pages/pl_PL/get-started-(old-3ds).txt
+++ b/_pages/pl_PL/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Rozpocznij (Old 3DS)" #
-lang: pl
-permalink: /pl_PL/get-started-(old-3ds).html
+title: "Rozpocznij (Old 3DS)"
---
Wybierz odpowiednią podstronę dla swojej wersji firmware z poniższej tabeli.
diff --git a/_pages/pl_PL/get-started.txt b/_pages/pl_PL/get-started.txt
index e729000747..f66928800e 100644
--- a/_pages/pl_PL/get-started.txt
+++ b/_pages/pl_PL/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Rozpocznij" #
-lang: pl
-permalink: /pl_PL/get-started.html
+title: "Rozpocznij"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/pl_PL/godmode9-usage.txt b/_pages/pl_PL/godmode9-usage.txt
index 7c7578f705..9a6529fd5f 100644
--- a/_pages/pl_PL/godmode9-usage.txt
+++ b/_pages/pl_PL/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: pl
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/pl_PL/h2testw-(windows).txt b/_pages/pl_PL/h2testw-(windows).txt
index 5da029d5f7..8a8372ea7a 100644
--- a/_pages/pl_PL/h2testw-(windows).txt
+++ b/_pages/pl_PL/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: pl
-permalink: /pl_PL/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/pl_PL/home.txt b/_pages/pl_PL/home.txt
index fd92676df5..97d8785dc3 100644
--- a/_pages/pl_PL/home.txt
+++ b/_pages/pl_PL/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Rozpocznij" #
cta_url: /pl_PL/get-started
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: pl
-permalink: /pl_PL/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/pl_PL/homebrew-launcher-(alternatives).txt b/_pages/pl_PL/homebrew-launcher-(alternatives).txt
index bd04cd2e51..f0e4d5254b 100644
--- a/_pages/pl_PL/homebrew-launcher-(alternatives).txt
+++ b/_pages/pl_PL/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: pl
-permalink: /pl_PL/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/pl_PL/homebrew-launcher-(soundhax).txt b/_pages/pl_PL/homebrew-launcher-(soundhax).txt
index 3400f2f7d6..cd080eb6fd 100644
--- a/_pages/pl_PL/homebrew-launcher-(soundhax).txt
+++ b/_pages/pl_PL/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: pl
-permalink: /pl_PL/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher ma wiele punktów wejścia - sposobów na jego uruchomienie.
diff --git a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt
index 563d95837b..d1b90c9642 100644
--- a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt
+++ b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: pl
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pl_PL/installing-boot9strap-(browser).txt b/_pages/pl_PL/installing-boot9strap-(browser).txt
index 6bc1ef16eb..6c03765b9d 100644
--- a/_pages/pl_PL/installing-boot9strap-(browser).txt
+++ b/_pages/pl_PL/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: pl
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware).txt b/_pages/pl_PL/installing-boot9strap-(dsiware).txt
index 4264720aa8..75f3e21ab3 100644
--- a/_pages/pl_PL/installing-boot9strap-(dsiware).txt
+++ b/_pages/pl_PL/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: pl
-permalink: /installing-boot9strap-(dsiware).html
+lang: pl
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt
index 5f544cbed3..cf1d220b45 100644
--- a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: pl
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: pl
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt
index 32b7f0eb9b..1afc9e47f5 100644
--- a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: pl
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: pl
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt
index c6258c903c..06f8d6cd3b 100644
--- a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: pl
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: pl
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/pl_PL/installing-boot9strap-(hardmod).txt b/_pages/pl_PL/installing-boot9strap-(hardmod).txt
index d8642cb67b..e619708f26 100644
--- a/_pages/pl_PL/installing-boot9strap-(hardmod).txt
+++ b/_pages/pl_PL/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: pl
-permalink: /installing-boot9strap-(hardmod).html
+lang: pl
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt
index a6e5cd158b..b9c65cc3f6 100644
--- a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: pl
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pl_PL/installing-boot9strap-(mset).txt b/_pages/pl_PL/installing-boot9strap-(mset).txt
index da0399e185..97947f45a8 100644
--- a/_pages/pl_PL/installing-boot9strap-(mset).txt
+++ b/_pages/pl_PL/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: pl
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pl_PL/move-emunand.txt b/_pages/pl_PL/move-emunand.txt
index d9951cc45a..3bc041abfc 100644
--- a/_pages/pl_PL/move-emunand.txt
+++ b/_pages/pl_PL/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Przenoszenie EmuNAND" #
-lang: pl
-permalink: /pl_PL/move-emunand.html
+title: "Przenoszenie EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pl_PL/ntr-and-cubic-ninja.txt b/_pages/pl_PL/ntr-and-cubic-ninja.txt
index 1d29cd5079..a77d05c0e3 100644
--- a/_pages/pl_PL/ntr-and-cubic-ninja.txt
+++ b/_pages/pl_PL/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR i Cubic Ninja" #
-lang: pl
-permalink: /pl_PL/ntr-and-cubic-ninja.html
+title: "NTR i Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pl_PL/region-changing.txt b/_pages/pl_PL/region-changing.txt
index ffad44e30b..2d1db656b7 100644
--- a/_pages/pl_PL/region-changing.txt
+++ b/_pages/pl_PL/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Zmiana regionu konsoli" #
-lang: pl
-permalink: /pl_PL/region-changing.html
+title: "Zmiana regionu konsoli"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/pl_PL/site-navigation.txt b/_pages/pl_PL/site-navigation.txt
index 37c13e86f1..f9a2d162f4 100644
--- a/_pages/pl_PL/site-navigation.txt
+++ b/_pages/pl_PL/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Nawigacja po stronie" #
-lang: pl
-permalink: /pl_PL/site-navigation.html
+title: "Nawigacja po stronie"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/pl_PL/troubleshooting.txt b/_pages/pl_PL/troubleshooting.txt
index 61bf038bca..1d607926f9 100644
--- a/_pages/pl_PL/troubleshooting.txt
+++ b/_pages/pl_PL/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Rozwiązywanie problemów" #
-lang: pl
-permalink: /pl_PL/troubleshooting.html
+title: "Rozwiązywanie problemów"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Kiedy rozwiążesz swój problem, możesz kontynuować z główną instrukcją
diff --git a/_pages/pl_PL/updating-to-boot9strap.txt b/_pages/pl_PL/updating-to-boot9strap.txt
index 3c8694fcba..96722f2684 100644
--- a/_pages/pl_PL/updating-to-boot9strap.txt
+++ b/_pages/pl_PL/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: pl
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/pl_PL/why-ads.txt b/_pages/pl_PL/why-ads.txt
index 122a1bccfc..2aa631bbc9 100644
--- a/_pages/pl_PL/why-ads.txt
+++ b/_pages/pl_PL/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Dlaczego reklamy?" #
-lang: pl
-permalink: /pl_PL/why-ads.html
+title: "Dlaczego reklamy?"
layout: single-no-ads
---
diff --git a/_pages/pt_BR/404.txt b/_pages/pt_BR/404.txt
index 704745aece..2f9717a8c6 100644
--- a/_pages/pt_BR/404.txt
+++ b/_pages/pt_BR/404.txt
@@ -1,7 +1,5 @@
---
-title: "Página não encontrada" #
-lang: pt
-permalink: /pt_BR/404.html
+title: "Página não encontrada"
layout: single-no-ads
excerpt: "Página não encontrada. Seu pixels estão em outra tela." #
sitemap: false
diff --git a/_pages/pt_BR/9.2.0-ctrtransfer.txt b/_pages/pt_BR/9.2.0-ctrtransfer.txt
index 9b242df9bd..d8793bd75a 100644
--- a/_pages/pt_BR/9.2.0-ctrtransfer.txt
+++ b/_pages/pt_BR/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "CTRTransfer para 9.2.0" #
-lang: pt
-permalink: /pt_BR/9.2.0-ctrtransfer.html
+title: "CTRTransfer para 9.2.0"
---
Esta é uma página adicional para a instalação de uma imagem CTRTransfer 9.2.0 no seu dispositivo.
diff --git a/_pages/pt_BR/cart-update.txt b/_pages/pt_BR/cart-update.txt
index c9826a39f8..1641f83747 100644
--- a/_pages/pt_BR/cart-update.txt
+++ b/_pages/pt_BR/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Atualização por Cartucho" #
-lang: pt
-permalink: /pt_BR/cart-update.html
+title: "Atualização por Cartucho"
---
Qualquer cartucho possui uma cópia da versão de sistema necessária para poder jogá-lo, permitindo que qualquer um com uma versão inferior use o cartucho para atualizar para aquela versão (mesmo sem conexão com a Internet).
diff --git a/_pages/pt_BR/credits.txt b/_pages/pt_BR/credits.txt
index 7aed3c7e12..6cbe647132 100644
--- a/_pages/pt_BR/credits.txt
+++ b/_pages/pt_BR/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Créditos" #
-lang: pt
-permalink: /pt_BR/credits.html
+title: "Créditos"
---
**Um agradecimento especial a todos do [#Cakey na Freenode](http://webchat.freenode.net/?channels=%23Cakey) por serem o máximo!**
diff --git a/_pages/pt_BR/donations.txt b/_pages/pt_BR/donations.txt
index 83d228d038..d1695f9455 100644
--- a/_pages/pt_BR/donations.txt
+++ b/_pages/pt_BR/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Doações" #
-lang: pt
-permalink: /pt_BR/donations.html
+title: "Doações"
layout: single-no-ads
---
diff --git a/_pages/pt_BR/f3-(linux).txt b/_pages/pt_BR/f3-(linux).txt
index 375ee762e0..8ac56908d9 100644
--- a/_pages/pt_BR/f3-(linux).txt
+++ b/_pages/pt_BR/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: pt
-permalink: /pt_BR/f3-(linux).html
+title: "F3 (Linux)"
---
Esta é uma seção adicional para verificar erros no seu cartão SD usando F3.
diff --git a/_pages/pt_BR/f3x-(mac).txt b/_pages/pt_BR/f3x-(mac).txt
index fd61eb59de..6dd6337242 100644
--- a/_pages/pt_BR/f3x-(mac).txt
+++ b/_pages/pt_BR/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: pt
-permalink: /pt_BR/f3x-(mac).html
+title: "F3X (Mac)"
---
Esta é uma seção adicional para verificar erros no seu cartão SD usando F3X.
diff --git a/_pages/pt_BR/faq.txt b/_pages/pt_BR/faq.txt
index f9f4c8d2ee..7d6da41db1 100644
--- a/_pages/pt_BR/faq.txt
+++ b/_pages/pt_BR/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Perguntas Frequentes" #
-lang: pt
-permalink: /pt_BR/faq.html
+title: "Perguntas Frequentes"
---
{% capture notice-1 %}
diff --git a/_pages/pt_BR/file-extensions-(windows).txt b/_pages/pt_BR/file-extensions-(windows).txt
index a6905b88b3..62da1f41ae 100644
--- a/_pages/pt_BR/file-extensions-(windows).txt
+++ b/_pages/pt_BR/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Extensões de Arquivos (Windows)" #
-lang: pt-BR
-permalink: /pt_BR/file-extensions-(windows).html
+lang: pt-BR
---
Esta é uma seção adicional para desabilitar o comportamento padrão do Windows de esconder as extensões dos arquivos.
diff --git a/_pages/pt_BR/finalizing-setup.txt b/_pages/pt_BR/finalizing-setup.txt
index 81142acaaf..18367ed554 100644
--- a/_pages/pt_BR/finalizing-setup.txt
+++ b/_pages/pt_BR/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizando a instalação" #
-lang: pt-BR
-permalink: /pt_BR/finalizing-setup.html
+title: "Finalizando a instalação"
---
Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_BR/get-started-(new-3ds).txt b/_pages/pt_BR/get-started-(new-3ds).txt
index e509472c86..22a24281f9 100644
--- a/_pages/pt_BR/get-started-(new-3ds).txt
+++ b/_pages/pt_BR/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Começar (New 3DS)" #
-lang: pt
-permalink: /pt_BR/get-started-(new-3ds).html
+title: "Começar (New 3DS)"
---
Selecione a página correspondente à sua versão na tabela abaixo.
diff --git a/_pages/pt_BR/get-started-(old-3ds).txt b/_pages/pt_BR/get-started-(old-3ds).txt
index 5ceeec719d..edfc2a089c 100644
--- a/_pages/pt_BR/get-started-(old-3ds).txt
+++ b/_pages/pt_BR/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Começar (Old 3DS)" #
-lang: pt
-permalink: /pt_BR/get-started-(old-3ds).html
+title: "Começar (Old 3DS)"
---
Selecione a página correspondente à sua versão na tabela abaixo.
diff --git a/_pages/pt_BR/get-started.txt b/_pages/pt_BR/get-started.txt
index a6273e0705..4da9fa7f67 100644
--- a/_pages/pt_BR/get-started.txt
+++ b/_pages/pt_BR/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Começar" #
-lang: pt
-permalink: /pt_BR/get-started.html
+title: "Começar"
---
Esta página é para instruções de como instalar boot9strap em um 3DS ou 2DS *sem modificações*. Se você já tem o arm9loaderhax instalado e deseja atualizar para boot9strap, siga [Atualizando para boot9strap](updating-to-boot9strap).
diff --git a/_pages/pt_BR/godmode9-usage.txt b/_pages/pt_BR/godmode9-usage.txt
index 659fb0c458..6ab21af93f 100644
--- a/_pages/pt_BR/godmode9-usage.txt
+++ b/_pages/pt_BR/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "Utilização do GodMode9" #
-lang: pt-BR
-permalink: /pt_BR/godmode9-usage.html
+title: "Utilização do GodMode9"
---
GodMode9 é um gerenciador de arquivos completo para o console Nintendo 3DS, lhe dando acesso ao seu cartão SD, às partições FAT dentro da sua SysNAND e EmuNAND, e a basicamente todo o resto. Dentre outras funcionalidades, você pode copiar, excluir, renomear e criar pastas.
diff --git a/_pages/pt_BR/h2testw-(windows).txt b/_pages/pt_BR/h2testw-(windows).txt
index f5aa76a469..41eea41737 100644
--- a/_pages/pt_BR/h2testw-(windows).txt
+++ b/_pages/pt_BR/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: pt
-permalink: /pt_BR/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Esta é uma seção adicional para verificar erros no seu cartão SD usando h2testw.
diff --git a/_pages/pt_BR/home.txt b/_pages/pt_BR/home.txt
index 8fc15d8c64..e58a2dd636 100644
--- a/_pages/pt_BR/home.txt
+++ b/_pages/pt_BR/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Começar" #
cta_url: "/pt_BR/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: pt
-permalink: /pt_BR/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/pt_BR/homebrew-launcher-(alternatives).txt b/_pages/pt_BR/homebrew-launcher-(alternatives).txt
index 1790900a85..630e4f154d 100644
--- a/_pages/pt_BR/homebrew-launcher-(alternatives).txt
+++ b/_pages/pt_BR/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternativas)" #
-lang: pt-BR
-permalink: /pt_BR/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternativas)"
---
O Homebrew Launcher possui vários pontos de entrada diferentes ou, métodos de iniciá-lo.
diff --git a/_pages/pt_BR/homebrew-launcher-(soundhax).txt b/_pages/pt_BR/homebrew-launcher-(soundhax).txt
index 6b3c942537..5238bb160a 100644
--- a/_pages/pt_BR/homebrew-launcher-(soundhax).txt
+++ b/_pages/pt_BR/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: pt
-permalink: /pt_BR/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
O Homebrew Launcher possui vários pontos de entrada diferentes, ou métodos de execução.
diff --git a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt
index c3bee9ef5f..0e2835ecdd 100644
--- a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt
+++ b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Instalando boot9strap (2xrsa)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(2xrsa).html
+title: "Instalando boot9strap (2xrsa)"
---
Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_BR/installing-boot9strap-(browser).txt b/_pages/pt_BR/installing-boot9strap-(browser).txt
index d43f2acf7e..631d31f378 100644
--- a/_pages/pt_BR/installing-boot9strap-(browser).txt
+++ b/_pages/pt_BR/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Instalando boot9strap (Navegador)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(browser).html
+title: "Instalando boot9strap (Navegador)"
---
Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware).txt b/_pages/pt_BR/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/pt_BR/installing-boot9strap-(dsiware).txt
+++ b/_pages/pt_BR/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt
index 2d68eb65f5..41a7aafb45 100644
--- a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Instalando boot9strap (Injeção de jogo DSiWare)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(dsiware-game-injection).html
+lang: pt-BR
---
Note que, em algumas versões do Luma3DS, o menu do chainloader do Luma3DS só é mostrado se houver mais de um payload detectado. Se houver apenas um payload detectado, segurar (Start) ao inicializar o dispositovo abrirá diretamente o GodMode9.
diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt
index 14748534f5..b5a5d29c3b 100644
--- a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Instalando boot9strap (Lista de jogos compatíveis com injeções DSIWare)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(dsiware-game-injection-list).html
+lang: pt-BR
---
Esta é uma lista gerada automaticamente de todos os jogos compatíveis com [Instalando boot9strap (DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt
index 6b83850155..1daae00bf6 100644
--- a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Instalando boot9strap (Injeção de save DSiWare)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(dsiware-save-injection).html
+lang: pt-BR
---
Note que, em algumas versões do Luma3DS, o menu do chainloader do Luma3DS só é mostrado se houver mais de um payload detectado. Se houver apenas um payload detectado, segurar (Start) ao inicializar o dispositovo abrirá diretamente o GodMode9.
diff --git a/_pages/pt_BR/installing-boot9strap-(hardmod).txt b/_pages/pt_BR/installing-boot9strap-(hardmod).txt
index 6c07f817ae..0c193a5c00 100644
--- a/_pages/pt_BR/installing-boot9strap-(hardmod).txt
+++ b/_pages/pt_BR/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Instalando boot9strap (Hardmod)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(hardmod).html
+lang: pt-BR
---
Um excelente guia para realizar um hardmod pode ser encontrado [aqui](https://gbatemp.net/threads/414498/). Caso esteja utilizando um New 3DS, leia [isto](https://github.com/Plailect/Guide/issues/681) antes de iniciar seu hardmod.
diff --git a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt
index ed39791088..6bb7f9444c 100644
--- a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Instalando boot9strap (Homebrew Launcher)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(homebrew-launcher).html
+title: "Instalando boot9strap (Homebrew Launcher)"
---
Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_BR/installing-boot9strap-(mset).txt b/_pages/pt_BR/installing-boot9strap-(mset).txt
index 8943696577..53f8b13a60 100644
--- a/_pages/pt_BR/installing-boot9strap-(mset).txt
+++ b/_pages/pt_BR/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Instalando boot9strap (MSET)" #
-lang: pt-BR
-permalink: /pt_BR/installing-boot9strap-(mset).html
+title: "Instalando boot9strap (MSET)"
---
Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_BR/move-emunand.txt b/_pages/pt_BR/move-emunand.txt
index e384237610..eb4945e198 100644
--- a/_pages/pt_BR/move-emunand.txt
+++ b/_pages/pt_BR/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Mover EmuNAND" #
-lang: pt
-permalink: /pt_BR/move-emunand.html
+title: "Mover EmuNAND"
---
Esta é uma seção adicional, na qual moveremos o conteúdo de uma EmuNAND anterior para o seu novo CFW na SysNAND. Depois, removeremos a antiga partição da EmuNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_BR/ntr-and-cubic-ninja.txt b/_pages/pt_BR/ntr-and-cubic-ninja.txt
index c66a28e758..1328166ea0 100644
--- a/_pages/pt_BR/ntr-and-cubic-ninja.txt
+++ b/_pages/pt_BR/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR e Cubic Ninja" #
-lang: pt
-permalink: /pt_BR/ntr-and-cubic-ninja.html
+title: "NTR e Cubic Ninja"
---
Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_BR/region-changing.txt b/_pages/pt_BR/region-changing.txt
index 29dc662fb2..070dc3e214 100644
--- a/_pages/pt_BR/region-changing.txt
+++ b/_pages/pt_BR/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Mudança de Região" #
-lang: pt
-permalink: /pt_BR/region-changing.html
+title: "Mudança de Região"
---
Esta é a seção de adicional para a mudar a região da sua SysNAND CFW. Isto é feito através da instalação da imagem CTRTransfer 9.2.0 da região para qual você deseja trocar.
diff --git a/_pages/pt_BR/site-navigation.txt b/_pages/pt_BR/site-navigation.txt
index 08c86d8070..75be81e2dd 100644
--- a/_pages/pt_BR/site-navigation.txt
+++ b/_pages/pt_BR/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Navegação do site" #
-lang: pt
-permalink: /pt_BR/site-navigation.html
+title: "Navegação do site"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/pt_BR/troubleshooting.txt b/_pages/pt_BR/troubleshooting.txt
index 0a433427d0..f261416fdc 100644
--- a/_pages/pt_BR/troubleshooting.txt
+++ b/_pages/pt_BR/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: pt
-permalink: /pt_BR/troubleshooting.html
+title: "Troubleshooting"
---
Se você não conseguir inicializar o seu dispositivo, por favor procure pela seção relevante a você e siga as instruções. Quando achar uma solução que funcione, você pode voltar e prosseguir com o guia principal.
diff --git a/_pages/pt_BR/updating-to-boot9strap.txt b/_pages/pt_BR/updating-to-boot9strap.txt
index 275879861c..73a35b2981 100644
--- a/_pages/pt_BR/updating-to-boot9strap.txt
+++ b/_pages/pt_BR/updating-to-boot9strap.txt
@@ -1,7 +1,6 @@
---
Atualizando para boot9strap
lang: pt-BR
-permalink: /pt_BR/updating-to-boot9strap.html
---
Esta página é para usuários de uma instalção arm9loaderhax pré existente atualizarem seus dispositivos para boot9strap.
diff --git a/_pages/pt_BR/why-ads.txt b/_pages/pt_BR/why-ads.txt
index 9591b153c6..25bfbbec2b 100644
--- a/_pages/pt_BR/why-ads.txt
+++ b/_pages/pt_BR/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Por que anúncios?" #
-lang: pt
-permalink: /pt_BR/why-ads.html
+title: "Por que anúncios?"
layout: single-no-ads
---
diff --git a/_pages/pt_PT/404.txt b/_pages/pt_PT/404.txt
index 75ca91e5d7..63bbc09e76 100644
--- a/_pages/pt_PT/404.txt
+++ b/_pages/pt_PT/404.txt
@@ -1,7 +1,6 @@
---
title: "Página Não Encontrada"
lang: pt_PT
-permalink: /pt_PT/404.html
layout: single-no-ads
excerpt: "Página não encontrada. Os teus pixeis estão noutro ecrã" #
sitemap: false
diff --git a/_pages/pt_PT/9.2.0-ctrtransfer.txt b/_pages/pt_PT/9.2.0-ctrtransfer.txt
index a890defb6a..43f7a1a3aa 100644
--- a/_pages/pt_PT/9.2.0-ctrtransfer.txt
+++ b/_pages/pt_PT/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: pt_PT
-permalink: /pt_PT/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/pt_PT/cart-update.txt b/_pages/pt_PT/cart-update.txt
index 70478349a2..635fb3ddee 100644
--- a/_pages/pt_PT/cart-update.txt
+++ b/_pages/pt_PT/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Actualizar com cartão de jogo" #
-lang: pt_PT
-permalink: /pt_PT/cart-update.html
+title: "Actualizar com cartão de jogo"
---
Todos os cartões de jogo contêm uma cópia da versão de sistema mínima para poder jogar o jogo, permitindo assim a qualquer pessoa que se encontre numa versão inferior usar o cartão de jogo para atualizar o seu sistema (sem precisar de ligação à Internet).
diff --git a/_pages/pt_PT/credits.txt b/_pages/pt_PT/credits.txt
index 90a094c72b..fc435b497d 100644
--- a/_pages/pt_PT/credits.txt
+++ b/_pages/pt_PT/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Um agradecimento especial a todos no [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) por serem fantásticos!**
diff --git a/_pages/pt_PT/donations.txt b/_pages/pt_PT/donations.txt
index 1dd8954f88..43ffa33e60 100644
--- a/_pages/pt_PT/donations.txt
+++ b/_pages/pt_PT/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: pt_PT
-permalink: /pt_PT/donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/pt_PT/f3-(linux).txt b/_pages/pt_PT/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/pt_PT/f3-(linux).txt
+++ b/_pages/pt_PT/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/pt_PT/f3x-(mac).txt b/_pages/pt_PT/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/pt_PT/f3x-(mac).txt
+++ b/_pages/pt_PT/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/pt_PT/faq.txt b/_pages/pt_PT/faq.txt
index c6e5c9e90d..10e103118a 100644
--- a/_pages/pt_PT/faq.txt
+++ b/_pages/pt_PT/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Perguntas Frequentes" #
-lang: pt_PT
-permalink: /pt_PT/faq.html
+title: "Perguntas Frequentes"
---
{% capture notice-1 %}
diff --git a/_pages/pt_PT/file-extensions-(windows).txt b/_pages/pt_PT/file-extensions-(windows).txt
index ad1c827061..1480a57bee 100644
--- a/_pages/pt_PT/file-extensions-(windows).txt
+++ b/_pages/pt_PT/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: pt_PT
-permalink: /file-extensions-(windows).html
+lang: pt_PT
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/pt_PT/finalizing-setup.txt b/_pages/pt_PT/finalizing-setup.txt
index d25d8ecb9d..8f7d37998f 100644
--- a/_pages/pt_PT/finalizing-setup.txt
+++ b/_pages/pt_PT/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: pt_PT
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_PT/get-started-(new-3ds).txt b/_pages/pt_PT/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/pt_PT/get-started-(new-3ds).txt
+++ b/_pages/pt_PT/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/pt_PT/get-started-(old-3ds).txt b/_pages/pt_PT/get-started-(old-3ds).txt
index 5b4ea302ee..df76d7ac2f 100644
--- a/_pages/pt_PT/get-started-(old-3ds).txt
+++ b/_pages/pt_PT/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Começar (Old 3DS)" #
-lang: pt_PT
-permalink: /pt_PT/get-started-(old-3ds).html
+title: "Começar (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/pt_PT/get-started.txt b/_pages/pt_PT/get-started.txt
index 3444d969c4..2ae8d0c1c5 100644
--- a/_pages/pt_PT/get-started.txt
+++ b/_pages/pt_PT/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/pt_PT/godmode9-usage.txt b/_pages/pt_PT/godmode9-usage.txt
index 461a902aab..4c0a918185 100644
--- a/_pages/pt_PT/godmode9-usage.txt
+++ b/_pages/pt_PT/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/pt_PT/h2testw-(windows).txt b/_pages/pt_PT/h2testw-(windows).txt
index a1eee8ae7e..8741364a3c 100644
--- a/_pages/pt_PT/h2testw-(windows).txt
+++ b/_pages/pt_PT/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/pt_PT/home.txt b/_pages/pt_PT/home.txt
index 4aed4c6487..c8baed4221 100644
--- a/_pages/pt_PT/home.txt
+++ b/_pages/pt_PT/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Começar" #
cta_url: "/pt_PT/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: pt_PT
-permalink: /pt_PT/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/pt_PT/homebrew-launcher-(alternatives).txt b/_pages/pt_PT/homebrew-launcher-(alternatives).txt
index 9bd008c9da..7778032e99 100644
--- a/_pages/pt_PT/homebrew-launcher-(alternatives).txt
+++ b/_pages/pt_PT/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: pt_PT
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/pt_PT/homebrew-launcher-(soundhax).txt b/_pages/pt_PT/homebrew-launcher-(soundhax).txt
index 82d4480be5..de25bf68c6 100644
--- a/_pages/pt_PT/homebrew-launcher-(soundhax).txt
+++ b/_pages/pt_PT/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: pt_PT
-permalink: /pt_PT/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Há muitas maneiras e pontos de entrada (entrypoints) para acederes ao Homebrew Launcher.
diff --git a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt
index bdbe79a1f4..b48c561e93 100644
--- a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt
+++ b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_PT/installing-boot9strap-(browser).txt b/_pages/pt_PT/installing-boot9strap-(browser).txt
index e0541d1339..15b3801456 100644
--- a/_pages/pt_PT/installing-boot9strap-(browser).txt
+++ b/_pages/pt_PT/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware).txt b/_pages/pt_PT/installing-boot9strap-(dsiware).txt
index c120723718..560089f880 100644
--- a/_pages/pt_PT/installing-boot9strap-(dsiware).txt
+++ b/_pages/pt_PT/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(dsiware).html
+lang: pt_PT
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt
index 77f88f1ec7..71cb372d20 100644
--- a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: pt_PT
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt
index dd0e119580..4e159eb498 100644
--- a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: pt_PT
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt
index 4cbbfa97ee..e219790cc7 100644
--- a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: pt_PT
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/pt_PT/installing-boot9strap-(hardmod).txt b/_pages/pt_PT/installing-boot9strap-(hardmod).txt
index dae61fd544..1079bb8922 100644
--- a/_pages/pt_PT/installing-boot9strap-(hardmod).txt
+++ b/_pages/pt_PT/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(hardmod).html
+lang: pt_PT
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt
index f2fd6d64a8..37c8585162 100644
--- a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_PT/installing-boot9strap-(mset).txt b/_pages/pt_PT/installing-boot9strap-(mset).txt
index 3af67d19a3..2c1015aec7 100644
--- a/_pages/pt_PT/installing-boot9strap-(mset).txt
+++ b/_pages/pt_PT/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: pt_PT
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_PT/move-emunand.txt b/_pages/pt_PT/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/pt_PT/move-emunand.txt
+++ b/_pages/pt_PT/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/pt_PT/ntr-and-cubic-ninja.txt b/_pages/pt_PT/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/pt_PT/ntr-and-cubic-ninja.txt
+++ b/_pages/pt_PT/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/pt_PT/region-changing.txt b/_pages/pt_PT/region-changing.txt
index 8b6946cbb5..efc6a4774c 100644
--- a/_pages/pt_PT/region-changing.txt
+++ b/_pages/pt_PT/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Mudança de Região" #
-lang: pt_PT
-permalink: /pt_PT/region-changing.html
+title: "Mudança de Região"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/pt_PT/site-navigation.txt b/_pages/pt_PT/site-navigation.txt
index efb03e033b..57a7d29066 100644
--- a/_pages/pt_PT/site-navigation.txt
+++ b/_pages/pt_PT/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: pt_PT
-permalink: /pt_PT/site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/pt_PT/troubleshooting.txt b/_pages/pt_PT/troubleshooting.txt
index b80c19c8f9..b0a54c3fe0 100644
--- a/_pages/pt_PT/troubleshooting.txt
+++ b/_pages/pt_PT/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Resolução de Problemas" #
-lang: pt_PT
-permalink: /pt_PT/troubleshooting.html
+title: "Resolução de Problemas"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Quando uma solução funcionar para ti, podes continuar com o resto do guia
diff --git a/_pages/pt_PT/updating-to-boot9strap.txt b/_pages/pt_PT/updating-to-boot9strap.txt
index d54c3e917f..123ea2848e 100644
--- a/_pages/pt_PT/updating-to-boot9strap.txt
+++ b/_pages/pt_PT/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: pt_PT
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/pt_PT/why-ads.txt b/_pages/pt_PT/why-ads.txt
index 7360fbdf7a..65034217f2 100644
--- a/_pages/pt_PT/why-ads.txt
+++ b/_pages/pt_PT/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Porquê publicidade?" #
-lang: pt_PT
-permalink: /pt-Pt/why-ads.html
+title: "Porquê publicidade?"
layout: single-no-ads
---
diff --git a/_pages/ro_RO/404.txt b/_pages/ro_RO/404.txt
index f1c76f4ac4..a372808799 100644
--- a/_pages/ro_RO/404.txt
+++ b/_pages/ro_RO/404.txt
@@ -1,7 +1,5 @@
---
-title: "Pagina nu a fost găsită" #
-lang: ro
-permalink: /ro_RO/404.html
+title: "Pagina nu a fost găsită"
layout: single-no-ads
excerpt:"Pagina nu a fost găsita. Pixeli voștri sunt într-o altă pânză."#
sitemap: false
diff --git a/_pages/ro_RO/9.2.0-ctrtransfer.txt b/_pages/ro_RO/9.2.0-ctrtransfer.txt
index fdd0afa9f6..cce5e15368 100644
--- a/_pages/ro_RO/9.2.0-ctrtransfer.txt
+++ b/_pages/ro_RO/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ro
-permalink: /ro_RO/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/ro_RO/cart-update.txt b/_pages/ro_RO/cart-update.txt
index 3f2f25e8ad..4c7b72177c 100644
--- a/_pages/ro_RO/cart-update.txt
+++ b/_pages/ro_RO/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Update cu card de joc" #
-lang: ro
-permalink: /ro_RO/cart-update.html
+title: "Update cu card de joc"
---
Toate cardurile cu jocuri conțin o copie cu versiunea necesară de sistem ca să o joci, permițând tuturor cu o versiune mai mică să folosească cardurile pentru a actualiza la acea versiune (chiar și fără conexiune la internet).
diff --git a/_pages/ro_RO/credits.txt b/_pages/ro_RO/credits.txt
index 5ac62f2f26..375cdf739b 100644
--- a/_pages/ro_RO/credits.txt
+++ b/_pages/ro_RO/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Contribuții" #
-lang: ro
-permalink: /ro_RO/credits.html
+title: "Contribuții"
---
**Mulțumiri speciale tuturor oamenilor din [#Cakey de pe Freenode](http://webchat.freenode.net/?channels=%23Cakey) pentru că sunt minunați!**
diff --git a/_pages/ro_RO/donations.txt b/_pages/ro_RO/donations.txt
index 68c2709d3e..955000ef50 100644
--- a/_pages/ro_RO/donations.txt
+++ b/_pages/ro_RO/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donaţii" #
-lang: ro
-permalink: /ro_RO/donations.html
+title: "Donaţii"
layout: single-no-ads
---
diff --git a/_pages/ro_RO/f3-(linux).txt b/_pages/ro_RO/f3-(linux).txt
index fb4bcf2d9a..0375249ce1 100644
--- a/_pages/ro_RO/f3-(linux).txt
+++ b/_pages/ro_RO/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: ro
-permalink: /ro_RO/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/ro_RO/f3x-(mac).txt b/_pages/ro_RO/f3x-(mac).txt
index e3fdc21b53..e760e317e7 100644
--- a/_pages/ro_RO/f3x-(mac).txt
+++ b/_pages/ro_RO/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: ro
-permalink: /ro_RO/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/ro_RO/faq.txt b/_pages/ro_RO/faq.txt
index 2c077ac8a8..c66b14d2b1 100644
--- a/_pages/ro_RO/faq.txt
+++ b/_pages/ro_RO/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Întrebări frecvente" #
-lang: ro
-permalink: /ro_RO/faq.html
+title: "Întrebări frecvente"
---
{% capture notice-1 %}
diff --git a/_pages/ro_RO/file-extensions-(windows).txt b/_pages/ro_RO/file-extensions-(windows).txt
index cb89218849..e36fee0418 100644
--- a/_pages/ro_RO/file-extensions-(windows).txt
+++ b/_pages/ro_RO/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: ro
-permalink: /file-extensions-(windows).html
+lang: ro
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/ro_RO/finalizing-setup.txt b/_pages/ro_RO/finalizing-setup.txt
index 3817ce703e..9893326236 100644
--- a/_pages/ro_RO/finalizing-setup.txt
+++ b/_pages/ro_RO/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: ro
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ro_RO/get-started-(new-3ds).txt b/_pages/ro_RO/get-started-(new-3ds).txt
index 24b857e753..2cbd845663 100644
--- a/_pages/ro_RO/get-started-(new-3ds).txt
+++ b/_pages/ro_RO/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Începeți (New 3DS)" #
-lang: ro
-permalink: /ro_RO/get-started-(new-3ds).html
+title: "Începeți (New 3DS)"
---
Alegeți pagina corespunzătore versiunii dumneavoastră din tabelul de mai jos.
diff --git a/_pages/ro_RO/get-started-(old-3ds).txt b/_pages/ro_RO/get-started-(old-3ds).txt
index 2bec0ffe3b..354675d994 100644
--- a/_pages/ro_RO/get-started-(old-3ds).txt
+++ b/_pages/ro_RO/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Începeți (Old 3DS)" #
-lang: ro
-permalink: /ro_RO/get-started-(old-3ds).html
+title: "Începeți (Old 3DS)"
---
Alegeți pagina corespunzătore versiunii dumneavoastră din tabelul de mai jos.
diff --git a/_pages/ro_RO/get-started.txt b/_pages/ro_RO/get-started.txt
index 360ff5443d..e207bd379e 100644
--- a/_pages/ro_RO/get-started.txt
+++ b/_pages/ro_RO/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Începeți" #
-lang: ro
-permalink: /ro_RO/get-started.html
+title: "Începeți"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/ro_RO/godmode9-usage.txt b/_pages/ro_RO/godmode9-usage.txt
index 2e2b394a26..f61161ab1d 100644
--- a/_pages/ro_RO/godmode9-usage.txt
+++ b/_pages/ro_RO/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: ro
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/ro_RO/h2testw-(windows).txt b/_pages/ro_RO/h2testw-(windows).txt
index 5e3a12c09a..392b0ce04d 100644
--- a/_pages/ro_RO/h2testw-(windows).txt
+++ b/_pages/ro_RO/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: ro
-permalink: /ro_RO/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/ro_RO/home.txt b/_pages/ro_RO/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/ro_RO/home.txt
+++ b/_pages/ro_RO/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ro_RO/homebrew-launcher-(alternatives).txt b/_pages/ro_RO/homebrew-launcher-(alternatives).txt
index 4f05954cb2..eb109a656c 100644
--- a/_pages/ro_RO/homebrew-launcher-(alternatives).txt
+++ b/_pages/ro_RO/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: ro
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
Lansatorul Homebrew are multe puncte de intrare sau metode de a fi accesat.
diff --git a/_pages/ro_RO/homebrew-launcher-(soundhax).txt b/_pages/ro_RO/homebrew-launcher-(soundhax).txt
index af54c29dc4..da1bc9f12c 100644
--- a/_pages/ro_RO/homebrew-launcher-(soundhax).txt
+++ b/_pages/ro_RO/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: ro
-permalink: /ro_RO/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Lansatorul Homebrew are multe puncte de intrare sau metode de a fi accesat.
diff --git a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt
index d08462f45a..6863c36135 100644
--- a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: ro
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ro_RO/installing-boot9strap-(browser).txt b/_pages/ro_RO/installing-boot9strap-(browser).txt
index f3fd45d2e9..42b5544c4a 100644
--- a/_pages/ro_RO/installing-boot9strap-(browser).txt
+++ b/_pages/ro_RO/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: ro
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware).txt b/_pages/ro_RO/installing-boot9strap-(dsiware).txt
index 731e523806..e195e24a70 100644
--- a/_pages/ro_RO/installing-boot9strap-(dsiware).txt
+++ b/_pages/ro_RO/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: ro
-permalink: /installing-boot9strap-(dsiware).html
+lang: ro
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt
index 8183d52ca6..2033d44855 100644
--- a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: ro
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: ro
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt
index 59b94c9520..9b9ac22679 100644
--- a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: ro
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: ro
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt
index d7724b4cef..54d82227a0 100644
--- a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: ro
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: ro
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/ro_RO/installing-boot9strap-(hardmod).txt b/_pages/ro_RO/installing-boot9strap-(hardmod).txt
index c177aeecc6..1e683bf400 100644
--- a/_pages/ro_RO/installing-boot9strap-(hardmod).txt
+++ b/_pages/ro_RO/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: ro
-permalink: /installing-boot9strap-(hardmod).html
+lang: ro
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt
index 810fcde7e7..fec3f3577a 100644
--- a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: ro
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ro_RO/installing-boot9strap-(mset).txt b/_pages/ro_RO/installing-boot9strap-(mset).txt
index 18c6b91f64..dad61bd7ae 100644
--- a/_pages/ro_RO/installing-boot9strap-(mset).txt
+++ b/_pages/ro_RO/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: ro
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ro_RO/move-emunand.txt b/_pages/ro_RO/move-emunand.txt
index db387f10e4..9b1847fc60 100644
--- a/_pages/ro_RO/move-emunand.txt
+++ b/_pages/ro_RO/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/ro_RO/ntr-and-cubic-ninja.txt b/_pages/ro_RO/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/ro_RO/ntr-and-cubic-ninja.txt
+++ b/_pages/ro_RO/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ro_RO/region-changing.txt b/_pages/ro_RO/region-changing.txt
index 9d65af4aeb..b04ed7410e 100644
--- a/_pages/ro_RO/region-changing.txt
+++ b/_pages/ro_RO/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/ro_RO/site-navigation.txt b/_pages/ro_RO/site-navigation.txt
index 4cd760b423..802a4781e0 100644
--- a/_pages/ro_RO/site-navigation.txt
+++ b/_pages/ro_RO/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Navigarea pe site" #
-lang: ro
-permalink: /ro_RO/site-navigation.html
+title: "Navigarea pe site"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ro_RO/troubleshooting.txt b/_pages/ro_RO/troubleshooting.txt
index b0a7cdbd9a..c7da4c7380 100644
--- a/_pages/ro_RO/troubleshooting.txt
+++ b/_pages/ro_RO/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/ro_RO/updating-to-boot9strap.txt b/_pages/ro_RO/updating-to-boot9strap.txt
index ca68798d72..0114d49169 100644
--- a/_pages/ro_RO/updating-to-boot9strap.txt
+++ b/_pages/ro_RO/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: ro
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/ro_RO/why-ads.txt b/_pages/ro_RO/why-ads.txt
index f3c42a51d8..d510db1779 100644
--- a/_pages/ro_RO/why-ads.txt
+++ b/_pages/ro_RO/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "De ce reclame?" #
-lang: ro
-permalink: /ro_RO/why-ads.html
+title: "De ce reclame?"
layout: single-no-ads
---
diff --git a/_pages/ru_RU/404.txt b/_pages/ru_RU/404.txt
index 15e5935785..540dd07321 100644
--- a/_pages/ru_RU/404.txt
+++ b/_pages/ru_RU/404.txt
@@ -1,7 +1,5 @@
---
-title: "Страница не найдена" #
-lang: ru
-permalink: /ru_RU/404.html
+title: "Страница не найдена"
layout: single-no-ads
excerpt: "Страница не найдена. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/ru_RU/9.2.0-ctrtransfer.txt b/_pages/ru_RU/9.2.0-ctrtransfer.txt
index c4cefc4b2b..f30c5a036f 100644
--- a/_pages/ru_RU/9.2.0-ctrtransfer.txt
+++ b/_pages/ru_RU/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: ru
-permalink: /ru_RU/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
Это дополнительный раздел, рассказывающий об установке образа 9.2.0 CTRTransfer на ваше устройство.
diff --git a/_pages/ru_RU/cart-update.txt b/_pages/ru_RU/cart-update.txt
index b7c62ab8fe..bd3ad72395 100644
--- a/_pages/ru_RU/cart-update.txt
+++ b/_pages/ru_RU/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Обновление картриджем" #
-lang: ru
-permalink: /ru_RU/cart-update.html
+title: "Обновление картриджем"
---
Все картриджи содержат в себе обновление системы до версии, которая необходима для запуска игры. Благодаря этому возможно выполнить обновление системы даже без доступа к интернету.
diff --git a/_pages/ru_RU/credits.txt b/_pages/ru_RU/credits.txt
index 38af92ba35..b300bb3568 100644
--- a/_pages/ru_RU/credits.txt
+++ b/_pages/ru_RU/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Благодарности" #
-lang: ru
-permalink: /ru_RU/credits.html
+title: "Благодарности"
---
**Отдельное спасибо всем из [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) (англ.) за то, что они потрясающие!**
diff --git a/_pages/ru_RU/donations.txt b/_pages/ru_RU/donations.txt
index b1af685837..9a1d8e5a05 100644
--- a/_pages/ru_RU/donations.txt
+++ b/_pages/ru_RU/donations.txt
@@ -1,7 +1,6 @@
---
title: "Пожертвования"
lang: ru
-permalink: /ru_RU/donations.html
layout: single-no-ads
---
diff --git a/_pages/ru_RU/f3-(linux).txt b/_pages/ru_RU/f3-(linux).txt
index 89364f6d5b..c5fd71ca19 100644
--- a/_pages/ru_RU/f3-(linux).txt
+++ b/_pages/ru_RU/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: ru
-permalink: /ru_RU/f3-(linux).html
+title: "F3 (Linux)"
---
Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью F3.
diff --git a/_pages/ru_RU/f3x-(mac).txt b/_pages/ru_RU/f3x-(mac).txt
index 915020317d..46e7811592 100644
--- a/_pages/ru_RU/f3x-(mac).txt
+++ b/_pages/ru_RU/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: ru
-permalink: /ru_RU/f3x-(mac).html
+title: "F3X (Mac)"
---
Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью F3X.
diff --git a/_pages/ru_RU/faq.txt b/_pages/ru_RU/faq.txt
index 69ddb6efd0..77e7500f20 100644
--- a/_pages/ru_RU/faq.txt
+++ b/_pages/ru_RU/faq.txt
@@ -1,7 +1,5 @@
---
-title: "Вопросы и ответы" #
-lang: ru
-permalink: /ru_RU/faq.html
+title: "Вопросы и ответы"
---
{% capture notice-1 %}
diff --git a/_pages/ru_RU/file-extensions-(windows).txt b/_pages/ru_RU/file-extensions-(windows).txt
index a71587960b..ff5f80196e 100644
--- a/_pages/ru_RU/file-extensions-(windows).txt
+++ b/_pages/ru_RU/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "Расширения файлов (Windows)" #
-lang: ru
-permalink: /ru_RU/file-extensions-(windows).html
+lang: ru
---
Это дополнительный раздел, служащий для отключения настройки Windows, по умолчанию скрывающей расширения файлов.
diff --git a/_pages/ru_RU/finalizing-setup.txt b/_pages/ru_RU/finalizing-setup.txt
index 95f0efafb9..d0b1001aba 100644
--- a/_pages/ru_RU/finalizing-setup.txt
+++ b/_pages/ru_RU/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Завершение установки" #
-lang: ru
-permalink: /ru_RU/finalizing-setup.html
+title: "Завершение установки"
---
Для использования [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme)-ссылок в этом руководстве необходим torrent-клиент, например [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ru_RU/get-started-(new-3ds).txt b/_pages/ru_RU/get-started-(new-3ds).txt
index 2e4637a613..32794901be 100644
--- a/_pages/ru_RU/get-started-(new-3ds).txt
+++ b/_pages/ru_RU/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Начало (New 3DS)" #
-lang: ru
-permalink: /ru_RU/get-started-(new-3ds).html
+title: "Начало (New 3DS)"
---
Выберите подходящую для вашей версии страницу из таблицы ниже.
diff --git a/_pages/ru_RU/get-started-(old-3ds).txt b/_pages/ru_RU/get-started-(old-3ds).txt
index e7bd5bdb06..1bf42739e9 100644
--- a/_pages/ru_RU/get-started-(old-3ds).txt
+++ b/_pages/ru_RU/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Начало (Old 3DS)" #
-lang: ru
-permalink: /ru_RU/get-started-(old-3ds).html
+title: "Начало (Old 3DS)"
---
Выберите подходящую для вашей версии страницу из таблицы ниже.
diff --git a/_pages/ru_RU/get-started.txt b/_pages/ru_RU/get-started.txt
index 53026b0a29..b7f2400790 100644
--- a/_pages/ru_RU/get-started.txt
+++ b/_pages/ru_RU/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Начало" #
-lang: ru
-permalink: /ru_RU/get-started.html
+title: "Начало"
---
Эта страница содержит инструкции по установке boot9strap на *не взломанную* 3DS или 2DS. Если у вас уже установлен arm9loaderhax, и вы хотите обновиться до boot9strap, следуйте инструкциям в разделе [Обновление до boot9strap](updating-to-boot9strap).
diff --git a/_pages/ru_RU/godmode9-usage.txt b/_pages/ru_RU/godmode9-usage.txt
index 198aeda5c3..4c346c36bb 100644
--- a/_pages/ru_RU/godmode9-usage.txt
+++ b/_pages/ru_RU/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "Использование GodMode9" #
-lang: ru
-permalink: /ru_RU/godmode9-usage.html
+title: "Использование GodMode9"
---
GodMode9 это полноценный файловый менеджер для Nintendo 3DS, который дает вам доступ к SD-карте, FAT разделам внутри SysNAND или EmuNAND и просто ко всему остальному. Среди других его функций есть возможность копировать, удалять, переименовывать файлы и создавать папки.
diff --git a/_pages/ru_RU/h2testw-(windows).txt b/_pages/ru_RU/h2testw-(windows).txt
index 09b2390ccc..a35bef867f 100644
--- a/_pages/ru_RU/h2testw-(windows).txt
+++ b/_pages/ru_RU/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: ru
-permalink: /ru_RU/h2testw-(windows).html
+title: "H2testw (Windows)"
---
Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью h2testw.
diff --git a/_pages/ru_RU/home.txt b/_pages/ru_RU/home.txt
index 88c7995d6e..ca0516025a 100644
--- a/_pages/ru_RU/home.txt
+++ b/_pages/ru_RU/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Начать" #
cta_url: "/ru_RU/get-started" #
caption:
-excerpt: "Полное руководство по прошивке 3DS,
от начала до boot9strap.
" #
-lang: ru
-permalink: /ru_RU/index.html
+excerpt: "Полное руководство по прошивке 3DS,
от начала до boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/ru_RU/homebrew-launcher-(alternatives).txt b/_pages/ru_RU/homebrew-launcher-(alternatives).txt
index 32fdb913a4..a3d9c4e28d 100644
--- a/_pages/ru_RU/homebrew-launcher-(alternatives).txt
+++ b/_pages/ru_RU/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Альтернативы)" #
-lang: ru
-permalink: /ru_RU/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Альтернативы)"
---
Homebrew Launcher имеет множество точек входа, или методов запуска.
diff --git a/_pages/ru_RU/homebrew-launcher-(soundhax).txt b/_pages/ru_RU/homebrew-launcher-(soundhax).txt
index 1039b6f3ff..dfea91ff93 100644
--- a/_pages/ru_RU/homebrew-launcher-(soundhax).txt
+++ b/_pages/ru_RU/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: ru
-permalink: /ru_RU/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher имеет множество точек входа, или методов запуска.
diff --git a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt
index d90fb5cc74..c07a8b2c9b 100644
--- a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt
+++ b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Установка boot9strap (2xrsa)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(2xrsa).html
+title: "Установка boot9strap (2xrsa)"
---
Это временная страница, которая будет обновлена, как только появится SafeB9SInstaller с поддержкой взлома через 2xrsa (скоро). Hardmod не требуется для установки boot9strap, если вы находитесь на 2.1.0. Пожалуйста, будьте терпеливы.
diff --git a/_pages/ru_RU/installing-boot9strap-(browser).txt b/_pages/ru_RU/installing-boot9strap-(browser).txt
index 1de382c875..bc529fb7b8 100644
--- a/_pages/ru_RU/installing-boot9strap-(browser).txt
+++ b/_pages/ru_RU/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Установка boot9strap (Браузер)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(browser).html
+title: "Установка boot9strap (Браузер)"
---
Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.).
diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware).txt b/_pages/ru_RU/installing-boot9strap-(dsiware).txt
index b718a0ba1c..2304646324 100644
--- a/_pages/ru_RU/installing-boot9strap-(dsiware).txt
+++ b/_pages/ru_RU/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Установка boot9strap (DSiWare)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(dsiware).html
+lang: ru
---
Существует два различных способа установки boot9strap с помощью DSiWare на 11.4.0.
diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt
index 9085b78e2e..eb151b357a 100644
--- a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Установка boot9strap (Инъекция в игры DSiWare)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(dsiware-game-injection).html
+lang: ru
---
Обратите внимание, что в некоторых версиях Luma3DS меню Luma3DS chainloader отображается только в том случае, если в папке payloads имеется более одного приложения. Если есть только одно приложение, удержание (Start) при включении консоли запустит GodMode9 напрямую.
diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt
index 74e15c82a1..ed617b1147 100644
--- a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Установка boot9strap (Список уязвимых игр DSiWare)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(dsiware-game-injection-list).html
+lang: ru
---
Это автоматически создаваемый список всех игр, совместимых с [Установка boot9strap (DSiWare)](installing-boot9strap-(dsiware)).
diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt
index 04a8bc0d3b..4b4e8a940f 100644
--- a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Установка boot9strap (Инъекция в сохранения DSiWare)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(dsiware-save-injection).html
+lang: ru
---
Обратите внимание, что в некоторых версиях Luma3DS меню Luma3DS chainloader отображается только в том случае, если в папке payloads имеется более одного приложения. Если есть только одно приложение, удержание (Start) при включении консоли запустит GodMode9 напрямую.
diff --git a/_pages/ru_RU/installing-boot9strap-(hardmod).txt b/_pages/ru_RU/installing-boot9strap-(hardmod).txt
index 50f6182bc7..dc97e81e13 100644
--- a/_pages/ru_RU/installing-boot9strap-(hardmod).txt
+++ b/_pages/ru_RU/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Установка boot9strap (Hardmod)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(hardmod).html
+lang: ru
---
Отличное руководство по пайке хардмода находится [здесь](https://gbatemp.net/threads/414498/) (англ.). Если у вас New 3DS, прочтите [это](https://github.com/Plailect/Guide/issues/681) (англ.) перед тем, как приступать.
diff --git a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt
index b229e1b8fe..06fecb08f6 100644
--- a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Установка boot9strap (Homebrew Launcher)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(homebrew-launcher).html
+title: "Установка boot9strap (Homebrew Launcher)"
---
Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.).
diff --git a/_pages/ru_RU/installing-boot9strap-(mset).txt b/_pages/ru_RU/installing-boot9strap-(mset).txt
index 7ff7903ded..d49d6fe508 100644
--- a/_pages/ru_RU/installing-boot9strap-(mset).txt
+++ b/_pages/ru_RU/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Установка boot9strap (MSET)" #
-lang: ru
-permalink: /ru_RU/installing-boot9strap-(mset).html
+title: "Установка boot9strap (MSET)"
---
Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.).
diff --git a/_pages/ru_RU/move-emunand.txt b/_pages/ru_RU/move-emunand.txt
index cc9701142f..b3538b6e0e 100644
--- a/_pages/ru_RU/move-emunand.txt
+++ b/_pages/ru_RU/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Перенос EmuNAND" #
-lang: ru
-permalink: /ru_RU/move-emunand.html
+title: "Перенос EmuNAND"
---
Этот дополнительный раздел содержит информацию о переносе содержимого EmuNAND в новый SysNAND с кастомной прошивкой, с последующим удалением раздела, содержащего EmuNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.).
diff --git a/_pages/ru_RU/ntr-and-cubic-ninja.txt b/_pages/ru_RU/ntr-and-cubic-ninja.txt
index c023e51327..692b6feef9 100644
--- a/_pages/ru_RU/ntr-and-cubic-ninja.txt
+++ b/_pages/ru_RU/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR и Cubic Ninja" #
-lang: ru
-permalink: /ru_RU/ntr-and-cubic-ninja.html
+title: "NTR и Cubic Ninja"
---
Для использования [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme)-ссылок в этом руководстве необходим torrent-клиент, например [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/ru_RU/region-changing.txt b/_pages/ru_RU/region-changing.txt
index 868a6abe90..b9149b36f8 100644
--- a/_pages/ru_RU/region-changing.txt
+++ b/_pages/ru_RU/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Смена региона" #
-lang: ru
-permalink: /ru_RU/region-changing.html
+title: "Смена региона"
---
Этот дополнительный раздел рассказывает о смене региона на вашей приставке с кастомной прошивкой (CFW SysNAND). Это делается путем установки образа 9.2.0 CTRTransfer того региона, на который вы хотите перейти.
diff --git a/_pages/ru_RU/site-navigation.txt b/_pages/ru_RU/site-navigation.txt
index 39675f0544..3fd1c7cb28 100644
--- a/_pages/ru_RU/site-navigation.txt
+++ b/_pages/ru_RU/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Навигация по сайту" #
-lang: ru
-permalink: /ru_RU/site-navigation.html
+title: "Навигация по сайту"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/ru_RU/troubleshooting.txt b/_pages/ru_RU/troubleshooting.txt
index 920faa4b36..04464a9390 100644
--- a/_pages/ru_RU/troubleshooting.txt
+++ b/_pages/ru_RU/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Проблемы и их решения" #
-lang: ru
-permalink: /ru_RU/troubleshooting.html
+title: "Проблемы и их решения"
---
Если ваша консоль не загружается, найдите раздел, соответствующий вашей проблеме, и следуйте его инструкциям. После решения возникшей проблемы, вернитесь к основному руководству
diff --git a/_pages/ru_RU/updating-to-boot9strap.txt b/_pages/ru_RU/updating-to-boot9strap.txt
index fbddf85c52..54d71b8e5b 100644
--- a/_pages/ru_RU/updating-to-boot9strap.txt
+++ b/_pages/ru_RU/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Обновление до boot9strap" #
-lang: ru
-permalink: /ru_RU/updating-to-boot9strap.html
+title: "Обновление до boot9strap"
---
Эта страница предназначена для пользователей arm9loaderhax, чтобы обновить их устройства до boot9strap.
diff --git a/_pages/ru_RU/why-ads.txt b/_pages/ru_RU/why-ads.txt
index d4db770a03..8f45aa94f9 100644
--- a/_pages/ru_RU/why-ads.txt
+++ b/_pages/ru_RU/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Зачем реклама?" #
-lang: ru
-permalink: /ru_RU/why-ads.html
+title: "Зачем реклама?"
layout: single-no-ads
---
diff --git a/_pages/sr_SP/404.txt b/_pages/sr_SP/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/sr_SP/404.txt
+++ b/_pages/sr_SP/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/sr_SP/9.2.0-ctrtransfer.txt b/_pages/sr_SP/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/sr_SP/9.2.0-ctrtransfer.txt
+++ b/_pages/sr_SP/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/sr_SP/cart-update.txt b/_pages/sr_SP/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/sr_SP/cart-update.txt
+++ b/_pages/sr_SP/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/sr_SP/credits.txt b/_pages/sr_SP/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/sr_SP/credits.txt
+++ b/_pages/sr_SP/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/sr_SP/donations.txt b/_pages/sr_SP/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/sr_SP/donations.txt
+++ b/_pages/sr_SP/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/sr_SP/f3-(linux).txt b/_pages/sr_SP/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/sr_SP/f3-(linux).txt
+++ b/_pages/sr_SP/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/sr_SP/f3x-(mac).txt b/_pages/sr_SP/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/sr_SP/f3x-(mac).txt
+++ b/_pages/sr_SP/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/sr_SP/faq.txt b/_pages/sr_SP/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/sr_SP/faq.txt
+++ b/_pages/sr_SP/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/sr_SP/file-extensions-(windows).txt b/_pages/sr_SP/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/sr_SP/file-extensions-(windows).txt
+++ b/_pages/sr_SP/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/sr_SP/finalizing-setup.txt b/_pages/sr_SP/finalizing-setup.txt
index 4bb8d1ab27..635a5286cd 100644
--- a/_pages/sr_SP/finalizing-setup.txt
+++ b/_pages/sr_SP/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/sr_SP/get-started-(new-3ds).txt b/_pages/sr_SP/get-started-(new-3ds).txt
index dcc1699468..31137d233c 100644
--- a/_pages/sr_SP/get-started-(new-3ds).txt
+++ b/_pages/sr_SP/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/sr_SP/get-started-(old-3ds).txt b/_pages/sr_SP/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/sr_SP/get-started-(old-3ds).txt
+++ b/_pages/sr_SP/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/sr_SP/get-started.txt b/_pages/sr_SP/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/sr_SP/get-started.txt
+++ b/_pages/sr_SP/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/sr_SP/godmode9-usage.txt b/_pages/sr_SP/godmode9-usage.txt
index 1cb1c7f450..22f2360eb0 100644
--- a/_pages/sr_SP/godmode9-usage.txt
+++ b/_pages/sr_SP/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/sr_SP/h2testw-(windows).txt b/_pages/sr_SP/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/sr_SP/h2testw-(windows).txt
+++ b/_pages/sr_SP/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/sr_SP/home.txt b/_pages/sr_SP/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/sr_SP/home.txt
+++ b/_pages/sr_SP/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/sr_SP/homebrew-launcher-(alternatives).txt b/_pages/sr_SP/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/sr_SP/homebrew-launcher-(alternatives).txt
+++ b/_pages/sr_SP/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/sr_SP/homebrew-launcher-(soundhax).txt b/_pages/sr_SP/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/sr_SP/homebrew-launcher-(soundhax).txt
+++ b/_pages/sr_SP/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt
index 324fafc787..d5d4741d39 100644
--- a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt
+++ b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/sr_SP/installing-boot9strap-(browser).txt b/_pages/sr_SP/installing-boot9strap-(browser).txt
index db8c62f62f..4e15fdad37 100644
--- a/_pages/sr_SP/installing-boot9strap-(browser).txt
+++ b/_pages/sr_SP/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware).txt b/_pages/sr_SP/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/sr_SP/installing-boot9strap-(dsiware).txt
+++ b/_pages/sr_SP/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt
index 5009d90da3..95b879b811 100644
--- a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/sr_SP/installing-boot9strap-(hardmod).txt b/_pages/sr_SP/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/sr_SP/installing-boot9strap-(hardmod).txt
+++ b/_pages/sr_SP/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sr_SP/installing-boot9strap-(mset).txt b/_pages/sr_SP/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/sr_SP/installing-boot9strap-(mset).txt
+++ b/_pages/sr_SP/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sr_SP/move-emunand.txt b/_pages/sr_SP/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/sr_SP/move-emunand.txt
+++ b/_pages/sr_SP/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sr_SP/ntr-and-cubic-ninja.txt b/_pages/sr_SP/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/sr_SP/ntr-and-cubic-ninja.txt
+++ b/_pages/sr_SP/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/sr_SP/region-changing.txt b/_pages/sr_SP/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/sr_SP/region-changing.txt
+++ b/_pages/sr_SP/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/sr_SP/site-navigation.txt b/_pages/sr_SP/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/sr_SP/site-navigation.txt
+++ b/_pages/sr_SP/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/sr_SP/troubleshooting.txt b/_pages/sr_SP/troubleshooting.txt
index 14e14b4c55..d201cd8524 100644
--- a/_pages/sr_SP/troubleshooting.txt
+++ b/_pages/sr_SP/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/sr_SP/updating-to-boot9strap.txt b/_pages/sr_SP/updating-to-boot9strap.txt
index 2574c1adab..15da2bf5cc 100644
--- a/_pages/sr_SP/updating-to-boot9strap.txt
+++ b/_pages/sr_SP/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/sr_SP/why-ads.txt b/_pages/sr_SP/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/sr_SP/why-ads.txt
+++ b/_pages/sr_SP/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/sv_SE/404.txt b/_pages/sv_SE/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/sv_SE/404.txt
+++ b/_pages/sv_SE/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/sv_SE/9.2.0-ctrtransfer.txt b/_pages/sv_SE/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/sv_SE/9.2.0-ctrtransfer.txt
+++ b/_pages/sv_SE/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/sv_SE/cart-update.txt b/_pages/sv_SE/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/sv_SE/cart-update.txt
+++ b/_pages/sv_SE/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/sv_SE/credits.txt b/_pages/sv_SE/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/sv_SE/credits.txt
+++ b/_pages/sv_SE/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/sv_SE/donations.txt b/_pages/sv_SE/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/sv_SE/donations.txt
+++ b/_pages/sv_SE/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/sv_SE/f3-(linux).txt b/_pages/sv_SE/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/sv_SE/f3-(linux).txt
+++ b/_pages/sv_SE/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/sv_SE/f3x-(mac).txt b/_pages/sv_SE/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/sv_SE/f3x-(mac).txt
+++ b/_pages/sv_SE/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/sv_SE/faq.txt b/_pages/sv_SE/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/sv_SE/faq.txt
+++ b/_pages/sv_SE/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/sv_SE/file-extensions-(windows).txt b/_pages/sv_SE/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/sv_SE/file-extensions-(windows).txt
+++ b/_pages/sv_SE/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/sv_SE/finalizing-setup.txt b/_pages/sv_SE/finalizing-setup.txt
index 4bb8d1ab27..635a5286cd 100644
--- a/_pages/sv_SE/finalizing-setup.txt
+++ b/_pages/sv_SE/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/sv_SE/get-started-(new-3ds).txt b/_pages/sv_SE/get-started-(new-3ds).txt
index dcc1699468..31137d233c 100644
--- a/_pages/sv_SE/get-started-(new-3ds).txt
+++ b/_pages/sv_SE/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/sv_SE/get-started-(old-3ds).txt b/_pages/sv_SE/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/sv_SE/get-started-(old-3ds).txt
+++ b/_pages/sv_SE/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/sv_SE/get-started.txt b/_pages/sv_SE/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/sv_SE/get-started.txt
+++ b/_pages/sv_SE/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/sv_SE/godmode9-usage.txt b/_pages/sv_SE/godmode9-usage.txt
index 1cb1c7f450..22f2360eb0 100644
--- a/_pages/sv_SE/godmode9-usage.txt
+++ b/_pages/sv_SE/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/sv_SE/h2testw-(windows).txt b/_pages/sv_SE/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/sv_SE/h2testw-(windows).txt
+++ b/_pages/sv_SE/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/sv_SE/home.txt b/_pages/sv_SE/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/sv_SE/home.txt
+++ b/_pages/sv_SE/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/sv_SE/homebrew-launcher-(alternatives).txt b/_pages/sv_SE/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/sv_SE/homebrew-launcher-(alternatives).txt
+++ b/_pages/sv_SE/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/sv_SE/homebrew-launcher-(soundhax).txt b/_pages/sv_SE/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/sv_SE/homebrew-launcher-(soundhax).txt
+++ b/_pages/sv_SE/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt
index 324fafc787..d5d4741d39 100644
--- a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt
+++ b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/sv_SE/installing-boot9strap-(browser).txt b/_pages/sv_SE/installing-boot9strap-(browser).txt
index db8c62f62f..4e15fdad37 100644
--- a/_pages/sv_SE/installing-boot9strap-(browser).txt
+++ b/_pages/sv_SE/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware).txt b/_pages/sv_SE/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/sv_SE/installing-boot9strap-(dsiware).txt
+++ b/_pages/sv_SE/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt
index 5009d90da3..95b879b811 100644
--- a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/sv_SE/installing-boot9strap-(hardmod).txt b/_pages/sv_SE/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/sv_SE/installing-boot9strap-(hardmod).txt
+++ b/_pages/sv_SE/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sv_SE/installing-boot9strap-(mset).txt b/_pages/sv_SE/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/sv_SE/installing-boot9strap-(mset).txt
+++ b/_pages/sv_SE/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sv_SE/move-emunand.txt b/_pages/sv_SE/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/sv_SE/move-emunand.txt
+++ b/_pages/sv_SE/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/sv_SE/ntr-and-cubic-ninja.txt b/_pages/sv_SE/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/sv_SE/ntr-and-cubic-ninja.txt
+++ b/_pages/sv_SE/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/sv_SE/region-changing.txt b/_pages/sv_SE/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/sv_SE/region-changing.txt
+++ b/_pages/sv_SE/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/sv_SE/site-navigation.txt b/_pages/sv_SE/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/sv_SE/site-navigation.txt
+++ b/_pages/sv_SE/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/sv_SE/troubleshooting.txt b/_pages/sv_SE/troubleshooting.txt
index 14e14b4c55..d201cd8524 100644
--- a/_pages/sv_SE/troubleshooting.txt
+++ b/_pages/sv_SE/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/sv_SE/updating-to-boot9strap.txt b/_pages/sv_SE/updating-to-boot9strap.txt
index 2574c1adab..15da2bf5cc 100644
--- a/_pages/sv_SE/updating-to-boot9strap.txt
+++ b/_pages/sv_SE/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/sv_SE/why-ads.txt b/_pages/sv_SE/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/sv_SE/why-ads.txt
+++ b/_pages/sv_SE/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/th_TH/404.txt b/_pages/th_TH/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/th_TH/404.txt
+++ b/_pages/th_TH/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/th_TH/9.2.0-ctrtransfer.txt b/_pages/th_TH/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/th_TH/9.2.0-ctrtransfer.txt
+++ b/_pages/th_TH/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/th_TH/cart-update.txt b/_pages/th_TH/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/th_TH/cart-update.txt
+++ b/_pages/th_TH/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/th_TH/credits.txt b/_pages/th_TH/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/th_TH/credits.txt
+++ b/_pages/th_TH/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/th_TH/donations.txt b/_pages/th_TH/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/th_TH/donations.txt
+++ b/_pages/th_TH/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/th_TH/f3-(linux).txt b/_pages/th_TH/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/th_TH/f3-(linux).txt
+++ b/_pages/th_TH/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/th_TH/f3x-(mac).txt b/_pages/th_TH/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/th_TH/f3x-(mac).txt
+++ b/_pages/th_TH/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/th_TH/faq.txt b/_pages/th_TH/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/th_TH/faq.txt
+++ b/_pages/th_TH/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/th_TH/file-extensions-(windows).txt b/_pages/th_TH/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/th_TH/file-extensions-(windows).txt
+++ b/_pages/th_TH/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/th_TH/finalizing-setup.txt b/_pages/th_TH/finalizing-setup.txt
index 4bb8d1ab27..635a5286cd 100644
--- a/_pages/th_TH/finalizing-setup.txt
+++ b/_pages/th_TH/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/th_TH/get-started-(new-3ds).txt b/_pages/th_TH/get-started-(new-3ds).txt
index dcc1699468..31137d233c 100644
--- a/_pages/th_TH/get-started-(new-3ds).txt
+++ b/_pages/th_TH/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/th_TH/get-started-(old-3ds).txt b/_pages/th_TH/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/th_TH/get-started-(old-3ds).txt
+++ b/_pages/th_TH/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/th_TH/get-started.txt b/_pages/th_TH/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/th_TH/get-started.txt
+++ b/_pages/th_TH/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/th_TH/godmode9-usage.txt b/_pages/th_TH/godmode9-usage.txt
index 1cb1c7f450..22f2360eb0 100644
--- a/_pages/th_TH/godmode9-usage.txt
+++ b/_pages/th_TH/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/th_TH/h2testw-(windows).txt b/_pages/th_TH/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/th_TH/h2testw-(windows).txt
+++ b/_pages/th_TH/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/th_TH/home.txt b/_pages/th_TH/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/th_TH/home.txt
+++ b/_pages/th_TH/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/th_TH/homebrew-launcher-(alternatives).txt b/_pages/th_TH/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/th_TH/homebrew-launcher-(alternatives).txt
+++ b/_pages/th_TH/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/th_TH/homebrew-launcher-(soundhax).txt b/_pages/th_TH/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/th_TH/homebrew-launcher-(soundhax).txt
+++ b/_pages/th_TH/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/th_TH/installing-boot9strap-(2xrsa).txt b/_pages/th_TH/installing-boot9strap-(2xrsa).txt
index 324fafc787..d5d4741d39 100644
--- a/_pages/th_TH/installing-boot9strap-(2xrsa).txt
+++ b/_pages/th_TH/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/th_TH/installing-boot9strap-(browser).txt b/_pages/th_TH/installing-boot9strap-(browser).txt
index db8c62f62f..4e15fdad37 100644
--- a/_pages/th_TH/installing-boot9strap-(browser).txt
+++ b/_pages/th_TH/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/th_TH/installing-boot9strap-(dsiware).txt b/_pages/th_TH/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/th_TH/installing-boot9strap-(dsiware).txt
+++ b/_pages/th_TH/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt
index 5009d90da3..95b879b811 100644
--- a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/th_TH/installing-boot9strap-(hardmod).txt b/_pages/th_TH/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/th_TH/installing-boot9strap-(hardmod).txt
+++ b/_pages/th_TH/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/th_TH/installing-boot9strap-(mset).txt b/_pages/th_TH/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/th_TH/installing-boot9strap-(mset).txt
+++ b/_pages/th_TH/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/th_TH/move-emunand.txt b/_pages/th_TH/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/th_TH/move-emunand.txt
+++ b/_pages/th_TH/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/th_TH/ntr-and-cubic-ninja.txt b/_pages/th_TH/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/th_TH/ntr-and-cubic-ninja.txt
+++ b/_pages/th_TH/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/th_TH/region-changing.txt b/_pages/th_TH/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/th_TH/region-changing.txt
+++ b/_pages/th_TH/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/th_TH/site-navigation.txt b/_pages/th_TH/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/th_TH/site-navigation.txt
+++ b/_pages/th_TH/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/th_TH/troubleshooting.txt b/_pages/th_TH/troubleshooting.txt
index 14e14b4c55..d201cd8524 100644
--- a/_pages/th_TH/troubleshooting.txt
+++ b/_pages/th_TH/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/th_TH/updating-to-boot9strap.txt b/_pages/th_TH/updating-to-boot9strap.txt
index 2574c1adab..15da2bf5cc 100644
--- a/_pages/th_TH/updating-to-boot9strap.txt
+++ b/_pages/th_TH/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/th_TH/why-ads.txt b/_pages/th_TH/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/th_TH/why-ads.txt
+++ b/_pages/th_TH/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/tr_TR/404.txt b/_pages/tr_TR/404.txt
index 0346bda984..114dec9726 100644
--- a/_pages/tr_TR/404.txt
+++ b/_pages/tr_TR/404.txt
@@ -1,7 +1,5 @@
---
-title: "Sayfa Bulunamadı" #
-lang: tr
-permalink: /tr_TR/404.html
+title: "Sayfa Bulunamadı"
layout: single-no-ads
excerpt: "Sayfa bulunamadı. Thank you Mario! But our princess is in another castle!." #
sitemap: false
diff --git a/_pages/tr_TR/9.2.0-ctrtransfer.txt b/_pages/tr_TR/9.2.0-ctrtransfer.txt
index cc680b0f34..e8f476bdf5 100644
--- a/_pages/tr_TR/9.2.0-ctrtransfer.txt
+++ b/_pages/tr_TR/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: tr
-permalink: /tr_TR/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/tr_TR/cart-update.txt b/_pages/tr_TR/cart-update.txt
index 7caf73b80b..a6a450dba1 100644
--- a/_pages/tr_TR/cart-update.txt
+++ b/_pages/tr_TR/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Kartuş Güncellemesi" #
-lang: tr
-permalink: /tr_TR/cart-update.html
+title: "Kartuş Güncellemesi"
---
Her oyun kartuşu içinde daha düşük versiyondaki cihazları güncellenmesine olanak veren (internet olmasa bile) ve oynayabilmek için gerekli sistem versiyonunu içerir.
diff --git a/_pages/tr_TR/credits.txt b/_pages/tr_TR/credits.txt
index 3a3dc56929..3c93aeaa64 100644
--- a/_pages/tr_TR/credits.txt
+++ b/_pages/tr_TR/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Hazırlayanlar" #
-lang: tr
-permalink: /tr_TR/credits.html
+title: "Hazırlayanlar"
---
**Tüm [Freenode'da #Cakey](http://webchat.freenode.net/?channels=%23Cakey)'dekilere emekleri için teşekkürler!**
diff --git a/_pages/tr_TR/donations.txt b/_pages/tr_TR/donations.txt
index c2b6c7787f..2fe5ae8367 100644
--- a/_pages/tr_TR/donations.txt
+++ b/_pages/tr_TR/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Bağış" #
-lang: tr
-permalink: /tr_TR/donations.html
+title: "Bağış"
layout: single-no-ads
---
diff --git a/_pages/tr_TR/f3-(linux).txt b/_pages/tr_TR/f3-(linux).txt
index 1f890df635..08f8bd6c5e 100644
--- a/_pages/tr_TR/f3-(linux).txt
+++ b/_pages/tr_TR/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: tr
-permalink: /tr_TR/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/tr_TR/f3x-(mac).txt b/_pages/tr_TR/f3x-(mac).txt
index e965d255ab..85a9f2e00c 100644
--- a/_pages/tr_TR/f3x-(mac).txt
+++ b/_pages/tr_TR/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: tr
-permalink: /tr_TR/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/tr_TR/faq.txt b/_pages/tr_TR/faq.txt
index 9e4d69fc5d..66e9b8bb1c 100644
--- a/_pages/tr_TR/faq.txt
+++ b/_pages/tr_TR/faq.txt
@@ -1,7 +1,5 @@
---
-title: "S.S.S." #
-lang: tr
-permalink: /tr_TR/faq.html
+title: "S.S.S."
---
{% capture notice-1 %}
diff --git a/_pages/tr_TR/file-extensions-(windows).txt b/_pages/tr_TR/file-extensions-(windows).txt
index 02f1b93e7a..61be43ba0f 100644
--- a/_pages/tr_TR/file-extensions-(windows).txt
+++ b/_pages/tr_TR/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: tr
-permalink: /file-extensions-(windows).html
+lang: tr
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/tr_TR/finalizing-setup.txt b/_pages/tr_TR/finalizing-setup.txt
index d1fb494ed1..891fd27bc5 100644
--- a/_pages/tr_TR/finalizing-setup.txt
+++ b/_pages/tr_TR/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: tr
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
Bu rehberi kullanmak için [Deluge](http://dev.deluge-torrent.org/wiki/Download) gibi [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) linkleri açabilen bir torrent programına ihtiyaç duyulacaktır. **
diff --git a/_pages/tr_TR/get-started-(new-3ds).txt b/_pages/tr_TR/get-started-(new-3ds).txt
index d5161a3cb7..e8bc837f75 100644
--- a/_pages/tr_TR/get-started-(new-3ds).txt
+++ b/_pages/tr_TR/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Başlarken (New 3DS)" #
-lang: tr
-permalink: /tr_TR/get-started-(new-3ds).html
+title: "Başlarken (New 3DS)"
---
Uygun sayfaya ulaşmak için aşağıdaki tablodan sürümünüze uyanı seçin.
diff --git a/_pages/tr_TR/get-started-(old-3ds).txt b/_pages/tr_TR/get-started-(old-3ds).txt
index 0ca59722ad..d62a7f704d 100644
--- a/_pages/tr_TR/get-started-(old-3ds).txt
+++ b/_pages/tr_TR/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Başlarken (Old 3DS)" #
-lang: tr
-permalink: /tr_TR/get-started-(old-3ds).html
+title: "Başlarken (Old 3DS)"
---
Uygun sayfaya ulaşmak için aşağıdaki tablodan sürümünüze uyanı seçin.
diff --git a/_pages/tr_TR/get-started.txt b/_pages/tr_TR/get-started.txt
index decc94fc7b..4eb893b648 100644
--- a/_pages/tr_TR/get-started.txt
+++ b/_pages/tr_TR/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Başlarken" #
-lang: tr
-permalink: /tr_TR/get-started.html
+title: "Başlarken"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/tr_TR/godmode9-usage.txt b/_pages/tr_TR/godmode9-usage.txt
index 57f6f7e53b..abfa334c7a 100644
--- a/_pages/tr_TR/godmode9-usage.txt
+++ b/_pages/tr_TR/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: tr
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/tr_TR/h2testw-(windows).txt b/_pages/tr_TR/h2testw-(windows).txt
index 9aa480f91e..f5ffd0b51e 100644
--- a/_pages/tr_TR/h2testw-(windows).txt
+++ b/_pages/tr_TR/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: tr
-permalink: /tr_TR/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/tr_TR/home.txt b/_pages/tr_TR/home.txt
index 82fcef49f0..8cb9104936 100644
--- a/_pages/tr_TR/home.txt
+++ b/_pages/tr_TR/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Başlarken" #
cta_url: "/tr_TR/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: tr
-permalink: /tr_TR/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/tr_TR/homebrew-launcher-(alternatives).txt b/_pages/tr_TR/homebrew-launcher-(alternatives).txt
index 1c14538d0b..a20df726bf 100644
--- a/_pages/tr_TR/homebrew-launcher-(alternatives).txt
+++ b/_pages/tr_TR/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,6 @@
---
title: "Homebrew Launcher (Alternatifler)"
lang: tr
-permalink: /tr_TR/homebrew-launcher-(alternatives).html
---
Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vardır.
diff --git a/_pages/tr_TR/homebrew-launcher-(soundhax).txt b/_pages/tr_TR/homebrew-launcher-(soundhax).txt
index 22147d0a0c..7561a11b11 100644
--- a/_pages/tr_TR/homebrew-launcher-(soundhax).txt
+++ b/_pages/tr_TR/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: tr
-permalink: /tr_TR/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vardır.
diff --git a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt
index d7f429b042..d5d4741d39 100644
--- a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt
+++ b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: tr
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/tr_TR/installing-boot9strap-(browser).txt b/_pages/tr_TR/installing-boot9strap-(browser).txt
index 1b932eef43..7bfd83a1ff 100644
--- a/_pages/tr_TR/installing-boot9strap-(browser).txt
+++ b/_pages/tr_TR/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: tr
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware).txt b/_pages/tr_TR/installing-boot9strap-(dsiware).txt
index 887e458752..f10e0814a5 100644
--- a/_pages/tr_TR/installing-boot9strap-(dsiware).txt
+++ b/_pages/tr_TR/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: tr
-permalink: /installing-boot9strap-(dsiware).html
+lang: tr
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt
index 6b038dec58..3df8d28563 100644
--- a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: tr
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: tr
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt
index 28f22f6d92..a62410757e 100644
--- a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: tr
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: tr
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt
index 45545e3e75..fb685560a3 100644
--- a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: tr
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: tr
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/tr_TR/installing-boot9strap-(hardmod).txt b/_pages/tr_TR/installing-boot9strap-(hardmod).txt
index d3b5660bf5..b2cf6ed0e1 100644
--- a/_pages/tr_TR/installing-boot9strap-(hardmod).txt
+++ b/_pages/tr_TR/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: tr
-permalink: /installing-boot9strap-(hardmod).html
+lang: tr
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt
index 1a3241fe61..f9a7ab63bf 100644
--- a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: tr
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/tr_TR/installing-boot9strap-(mset).txt b/_pages/tr_TR/installing-boot9strap-(mset).txt
index 27fbfaf340..fc5bd40c21 100644
--- a/_pages/tr_TR/installing-boot9strap-(mset).txt
+++ b/_pages/tr_TR/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: tr
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/tr_TR/move-emunand.txt b/_pages/tr_TR/move-emunand.txt
index 69c5ce7078..0ffaa69bd1 100644
--- a/_pages/tr_TR/move-emunand.txt
+++ b/_pages/tr_TR/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "EmuNAND'ı Taşıma" #
-lang: tr
-permalink: /tr_TR/move-emunand.html
+title: "EmuNAND'ı Taşıma"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/tr_TR/ntr-and-cubic-ninja.txt b/_pages/tr_TR/ntr-and-cubic-ninja.txt
index 93d77e5fe5..2c8f5db219 100644
--- a/_pages/tr_TR/ntr-and-cubic-ninja.txt
+++ b/_pages/tr_TR/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR ve Cubic Ninja" #
-lang: tr
-permalink: /tr_TR/ntr-and-cubic-ninja.html
+title: "NTR ve Cubic Ninja"
---
Bu rehberi kullanmak için [Deluge](http://dev.deluge-torrent.org/wiki/Download) gibi [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) linkleri açabilen bir torrent programına ihtiyaç duyulacaktır. **
diff --git a/_pages/tr_TR/region-changing.txt b/_pages/tr_TR/region-changing.txt
index b43565e4bf..eb60edd788 100644
--- a/_pages/tr_TR/region-changing.txt
+++ b/_pages/tr_TR/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Bölge Değiştirme" #
-lang: tr
-permalink: /tr_TR/region-changing.html
+title: "Bölge Değiştirme"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/tr_TR/site-navigation.txt b/_pages/tr_TR/site-navigation.txt
index 1f683c7a2f..59defcc0c7 100644
--- a/_pages/tr_TR/site-navigation.txt
+++ b/_pages/tr_TR/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Haritası" #
-lang: tr
-permalink: /tr_TR/site-navigation.html
+title: "Site Haritası"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/tr_TR/troubleshooting.txt b/_pages/tr_TR/troubleshooting.txt
index 6588815bae..f1183a06eb 100644
--- a/_pages/tr_TR/troubleshooting.txt
+++ b/_pages/tr_TR/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Sorun Giderme" #
-lang: tr
-permalink: /tr_TR/troubleshooting.html
+title: "Sorun Giderme"
---
3DS'inizi çalıştıramıyorsanız lütfen ilgili bölüme bakın ve talimatları izleyin. Çözüm işe yaradığında ana kılavuzdan devam edebilirsiniz
diff --git a/_pages/tr_TR/updating-to-boot9strap.txt b/_pages/tr_TR/updating-to-boot9strap.txt
index 8cd2da964a..9833aa933e 100644
--- a/_pages/tr_TR/updating-to-boot9strap.txt
+++ b/_pages/tr_TR/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: tr
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/tr_TR/why-ads.txt b/_pages/tr_TR/why-ads.txt
index b0414c64c0..25c7b6ea1b 100644
--- a/_pages/tr_TR/why-ads.txt
+++ b/_pages/tr_TR/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Neden reklamlar?" #
-lang: tr
-permalink: /tr_TR/why-ads.html
+title: "Neden reklamlar?"
layout: single-no-ads
---
diff --git a/_pages/uk_UA/404.txt b/_pages/uk_UA/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/uk_UA/404.txt
+++ b/_pages/uk_UA/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/uk_UA/9.2.0-ctrtransfer.txt b/_pages/uk_UA/9.2.0-ctrtransfer.txt
index 4802150a1a..39da3835ad 100644
--- a/_pages/uk_UA/9.2.0-ctrtransfer.txt
+++ b/_pages/uk_UA/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/uk_UA/cart-update.txt b/_pages/uk_UA/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/uk_UA/cart-update.txt
+++ b/_pages/uk_UA/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/uk_UA/credits.txt b/_pages/uk_UA/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/uk_UA/credits.txt
+++ b/_pages/uk_UA/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/uk_UA/donations.txt b/_pages/uk_UA/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/uk_UA/donations.txt
+++ b/_pages/uk_UA/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/uk_UA/f3-(linux).txt b/_pages/uk_UA/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/uk_UA/f3-(linux).txt
+++ b/_pages/uk_UA/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/uk_UA/f3x-(mac).txt b/_pages/uk_UA/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/uk_UA/f3x-(mac).txt
+++ b/_pages/uk_UA/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/uk_UA/faq.txt b/_pages/uk_UA/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/uk_UA/faq.txt
+++ b/_pages/uk_UA/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/uk_UA/file-extensions-(windows).txt b/_pages/uk_UA/file-extensions-(windows).txt
index a94b71a6aa..ac43832d8d 100644
--- a/_pages/uk_UA/file-extensions-(windows).txt
+++ b/_pages/uk_UA/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/uk_UA/finalizing-setup.txt b/_pages/uk_UA/finalizing-setup.txt
index 4bb8d1ab27..635a5286cd 100644
--- a/_pages/uk_UA/finalizing-setup.txt
+++ b/_pages/uk_UA/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: en
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/uk_UA/get-started-(new-3ds).txt b/_pages/uk_UA/get-started-(new-3ds).txt
index dcc1699468..31137d233c 100644
--- a/_pages/uk_UA/get-started-(new-3ds).txt
+++ b/_pages/uk_UA/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/uk_UA/get-started-(old-3ds).txt b/_pages/uk_UA/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/uk_UA/get-started-(old-3ds).txt
+++ b/_pages/uk_UA/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/uk_UA/get-started.txt b/_pages/uk_UA/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/uk_UA/get-started.txt
+++ b/_pages/uk_UA/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/uk_UA/godmode9-usage.txt b/_pages/uk_UA/godmode9-usage.txt
index 1cb1c7f450..22f2360eb0 100644
--- a/_pages/uk_UA/godmode9-usage.txt
+++ b/_pages/uk_UA/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: en
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/uk_UA/h2testw-(windows).txt b/_pages/uk_UA/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/uk_UA/h2testw-(windows).txt
+++ b/_pages/uk_UA/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/uk_UA/home.txt b/_pages/uk_UA/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/uk_UA/home.txt
+++ b/_pages/uk_UA/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/uk_UA/homebrew-launcher-(alternatives).txt b/_pages/uk_UA/homebrew-launcher-(alternatives).txt
index 3a202d275d..7778032e99 100644
--- a/_pages/uk_UA/homebrew-launcher-(alternatives).txt
+++ b/_pages/uk_UA/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: en
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/uk_UA/homebrew-launcher-(soundhax).txt b/_pages/uk_UA/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/uk_UA/homebrew-launcher-(soundhax).txt
+++ b/_pages/uk_UA/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt
index 324fafc787..d5d4741d39 100644
--- a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt
+++ b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: en
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/uk_UA/installing-boot9strap-(browser).txt b/_pages/uk_UA/installing-boot9strap-(browser).txt
index db8c62f62f..4e15fdad37 100644
--- a/_pages/uk_UA/installing-boot9strap-(browser).txt
+++ b/_pages/uk_UA/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: en
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware).txt b/_pages/uk_UA/installing-boot9strap-(dsiware).txt
index 7743c8ed4c..73e41929a4 100644
--- a/_pages/uk_UA/installing-boot9strap-(dsiware).txt
+++ b/_pages/uk_UA/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware).html
+lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt
index 5009d90da3..95b879b811 100644
--- a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt
index c424c1fff2..db52eeda15 100644
--- a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt
index 7f38896217..4809b31a7e 100644
--- a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: en
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/uk_UA/installing-boot9strap-(hardmod).txt b/_pages/uk_UA/installing-boot9strap-(hardmod).txt
index b9f75e6cd6..98238e8488 100644
--- a/_pages/uk_UA/installing-boot9strap-(hardmod).txt
+++ b/_pages/uk_UA/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: en
-permalink: /installing-boot9strap-(hardmod).html
+lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt
index 411c706012..a01863ab8e 100644
--- a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: en
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/uk_UA/installing-boot9strap-(mset).txt b/_pages/uk_UA/installing-boot9strap-(mset).txt
index 4c29b699ff..4ae320efff 100644
--- a/_pages/uk_UA/installing-boot9strap-(mset).txt
+++ b/_pages/uk_UA/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: en
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/uk_UA/move-emunand.txt b/_pages/uk_UA/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/uk_UA/move-emunand.txt
+++ b/_pages/uk_UA/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/uk_UA/ntr-and-cubic-ninja.txt b/_pages/uk_UA/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/uk_UA/ntr-and-cubic-ninja.txt
+++ b/_pages/uk_UA/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/uk_UA/region-changing.txt b/_pages/uk_UA/region-changing.txt
index eb1d42e766..3785d0ce99 100644
--- a/_pages/uk_UA/region-changing.txt
+++ b/_pages/uk_UA/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/uk_UA/site-navigation.txt b/_pages/uk_UA/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/uk_UA/site-navigation.txt
+++ b/_pages/uk_UA/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/uk_UA/troubleshooting.txt b/_pages/uk_UA/troubleshooting.txt
index 14e14b4c55..d201cd8524 100644
--- a/_pages/uk_UA/troubleshooting.txt
+++ b/_pages/uk_UA/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/uk_UA/updating-to-boot9strap.txt b/_pages/uk_UA/updating-to-boot9strap.txt
index 2574c1adab..15da2bf5cc 100644
--- a/_pages/uk_UA/updating-to-boot9strap.txt
+++ b/_pages/uk_UA/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: en
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/uk_UA/why-ads.txt b/_pages/uk_UA/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/uk_UA/why-ads.txt
+++ b/_pages/uk_UA/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/vi_VN/404.txt b/_pages/vi_VN/404.txt
index 81fa568908..42569235fc 100644
--- a/_pages/vi_VN/404.txt
+++ b/_pages/vi_VN/404.txt
@@ -1,7 +1,5 @@
---
-title: "Page Not Found" #
-lang: en
-permalink: /404.html
+title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false
diff --git a/_pages/vi_VN/9.2.0-ctrtransfer.txt b/_pages/vi_VN/9.2.0-ctrtransfer.txt
index f1b5d9f846..737a337e8f 100644
--- a/_pages/vi_VN/9.2.0-ctrtransfer.txt
+++ b/_pages/vi_VN/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: en
-permalink: /9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/vi_VN/cart-update.txt b/_pages/vi_VN/cart-update.txt
index 28c3dddaf6..65767b93e0 100644
--- a/_pages/vi_VN/cart-update.txt
+++ b/_pages/vi_VN/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "Cart Update" #
-lang: en
-permalink: /cart-update.html
+title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).
diff --git a/_pages/vi_VN/credits.txt b/_pages/vi_VN/credits.txt
index 47c5bd7357..b0202d37e3 100644
--- a/_pages/vi_VN/credits.txt
+++ b/_pages/vi_VN/credits.txt
@@ -1,7 +1,5 @@
---
-title: "Credits" #
-lang: en
-permalink: /credits.html
+title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
diff --git a/_pages/vi_VN/donations.txt b/_pages/vi_VN/donations.txt
index 6acd6f4c93..43ffa33e60 100644
--- a/_pages/vi_VN/donations.txt
+++ b/_pages/vi_VN/donations.txt
@@ -1,7 +1,5 @@
---
-title: "Donations" #
-lang: en
-permalink: /donations.html
+title: "Donations"
layout: single-no-ads
---
diff --git a/_pages/vi_VN/f3-(linux).txt b/_pages/vi_VN/f3-(linux).txt
index f52ac09467..cabeb9d369 100644
--- a/_pages/vi_VN/f3-(linux).txt
+++ b/_pages/vi_VN/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: en
-permalink: /f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/vi_VN/f3x-(mac).txt b/_pages/vi_VN/f3x-(mac).txt
index f0d626072a..85e7150ded 100644
--- a/_pages/vi_VN/f3x-(mac).txt
+++ b/_pages/vi_VN/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: en
-permalink: /f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/vi_VN/faq.txt b/_pages/vi_VN/faq.txt
index cb42d4c278..09fa9ba830 100644
--- a/_pages/vi_VN/faq.txt
+++ b/_pages/vi_VN/faq.txt
@@ -1,7 +1,5 @@
---
-title: "FAQ" #
-lang: en
-permalink: /faq.html
+title: "FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/vi_VN/file-extensions-(windows).txt b/_pages/vi_VN/file-extensions-(windows).txt
index 2d2055d133..d16720be5d 100644
--- a/_pages/vi_VN/file-extensions-(windows).txt
+++ b/_pages/vi_VN/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: vi
-permalink: /file-extensions-(windows).html
+lang: vi
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/vi_VN/finalizing-setup.txt b/_pages/vi_VN/finalizing-setup.txt
index c48868a449..44184417ad 100644
--- a/_pages/vi_VN/finalizing-setup.txt
+++ b/_pages/vi_VN/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: vi
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/vi_VN/get-started-(new-3ds).txt b/_pages/vi_VN/get-started-(new-3ds).txt
index 989f19ce15..7625ef8abb 100644
--- a/_pages/vi_VN/get-started-(new-3ds).txt
+++ b/_pages/vi_VN/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (New 3DS)" #
-lang: en
-permalink: /get-started-(new-3ds).html
+title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/vi_VN/get-started-(old-3ds).txt b/_pages/vi_VN/get-started-(old-3ds).txt
index 5ae9f03c17..c9c014a1b7 100644
--- a/_pages/vi_VN/get-started-(old-3ds).txt
+++ b/_pages/vi_VN/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "Get Started (Old 3DS)" #
-lang: en
-permalink: /get-started-(old-3ds).html
+title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.
diff --git a/_pages/vi_VN/get-started.txt b/_pages/vi_VN/get-started.txt
index fb23c25805..b21166a9dc 100644
--- a/_pages/vi_VN/get-started.txt
+++ b/_pages/vi_VN/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "Get Started" #
-lang: en
-permalink: /get-started.html
+title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/vi_VN/godmode9-usage.txt b/_pages/vi_VN/godmode9-usage.txt
index f9bdef7d60..f3a3c702b2 100644
--- a/_pages/vi_VN/godmode9-usage.txt
+++ b/_pages/vi_VN/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 Usage" #
-lang: vi
-permalink: /godmode9-usage.html
+title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.
diff --git a/_pages/vi_VN/h2testw-(windows).txt b/_pages/vi_VN/h2testw-(windows).txt
index eeca35d6f5..b6a3018793 100644
--- a/_pages/vi_VN/h2testw-(windows).txt
+++ b/_pages/vi_VN/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: en
-permalink: /h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/vi_VN/home.txt b/_pages/vi_VN/home.txt
index f77c76f4c6..53a09fb4c9 100644
--- a/_pages/vi_VN/home.txt
+++ b/_pages/vi_VN/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: en
-permalink: /index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/vi_VN/homebrew-launcher-(alternatives).txt b/_pages/vi_VN/homebrew-launcher-(alternatives).txt
index f7672a54c4..f4da08757f 100644
--- a/_pages/vi_VN/homebrew-launcher-(alternatives).txt
+++ b/_pages/vi_VN/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Alternatives)" #
-lang: vi
-permalink: /homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/vi_VN/homebrew-launcher-(soundhax).txt b/_pages/vi_VN/homebrew-launcher-(soundhax).txt
index cf9ed82ec8..d04d52612c 100644
--- a/_pages/vi_VN/homebrew-launcher-(soundhax).txt
+++ b/_pages/vi_VN/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: en
-permalink: /homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.
diff --git a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt
index 94d01388a0..d5d4741d39 100644
--- a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt
+++ b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: vi
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient.
diff --git a/_pages/vi_VN/installing-boot9strap-(browser).txt b/_pages/vi_VN/installing-boot9strap-(browser).txt
index 28d4b10596..56712efbc6 100644
--- a/_pages/vi_VN/installing-boot9strap-(browser).txt
+++ b/_pages/vi_VN/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: vi
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware).txt b/_pages/vi_VN/installing-boot9strap-(dsiware).txt
index 8d22505ede..3c6b8bb50c 100644
--- a/_pages/vi_VN/installing-boot9strap-(dsiware).txt
+++ b/_pages/vi_VN/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
-lang: vi
-permalink: /installing-boot9strap-(dsiware).html
+lang: vi
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.
diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt
index 0e6f6b3d1b..635aad0d8c 100644
--- a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: vi
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: vi
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt
index 184eb040ed..0e53ca093f 100644
--- a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: vi
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: vi
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt
index 10e1c24bf8..5faa752a7d 100644
--- a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: vi
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: vi
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/vi_VN/installing-boot9strap-(hardmod).txt b/_pages/vi_VN/installing-boot9strap-(hardmod).txt
index b37b5b16f5..5c4ba9b376 100644
--- a/_pages/vi_VN/installing-boot9strap-(hardmod).txt
+++ b/_pages/vi_VN/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: vi
-permalink: /installing-boot9strap-(hardmod).html
+lang: vi
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt
index 0e799c7f68..80b243f92b 100644
--- a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: vi
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/vi_VN/installing-boot9strap-(mset).txt b/_pages/vi_VN/installing-boot9strap-(mset).txt
index 7b445bcd8f..72e5553d39 100644
--- a/_pages/vi_VN/installing-boot9strap-(mset).txt
+++ b/_pages/vi_VN/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: vi
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/vi_VN/move-emunand.txt b/_pages/vi_VN/move-emunand.txt
index 96b5ca5a61..83d5f46dfb 100644
--- a/_pages/vi_VN/move-emunand.txt
+++ b/_pages/vi_VN/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "Move EmuNAND" #
-lang: en
-permalink: /move-emunand.html
+title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
diff --git a/_pages/vi_VN/ntr-and-cubic-ninja.txt b/_pages/vi_VN/ntr-and-cubic-ninja.txt
index e1747fe1aa..b87710c4d1 100644
--- a/_pages/vi_VN/ntr-and-cubic-ninja.txt
+++ b/_pages/vi_VN/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR and Cubic Ninja" #
-lang: en
-permalink: /ntr-and-cubic-ninja.html
+title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/vi_VN/region-changing.txt b/_pages/vi_VN/region-changing.txt
index 241a388f02..6780a262b4 100644
--- a/_pages/vi_VN/region-changing.txt
+++ b/_pages/vi_VN/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "Region Changing" #
-lang: en
-permalink: /region-changing.html
+title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.
diff --git a/_pages/vi_VN/site-navigation.txt b/_pages/vi_VN/site-navigation.txt
index 1c19b89f81..531035da84 100644
--- a/_pages/vi_VN/site-navigation.txt
+++ b/_pages/vi_VN/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "Site Navigation" #
-lang: en
-permalink: /site-navigation.html
+title: "Site Navigation"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/vi_VN/troubleshooting.txt b/_pages/vi_VN/troubleshooting.txt
index b267a3a664..2202ae8658 100644
--- a/_pages/vi_VN/troubleshooting.txt
+++ b/_pages/vi_VN/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "Troubleshooting" #
-lang: en
-permalink: /troubleshooting.html
+title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
diff --git a/_pages/vi_VN/updating-to-boot9strap.txt b/_pages/vi_VN/updating-to-boot9strap.txt
index 624bb36b7e..ae261fcab9 100644
--- a/_pages/vi_VN/updating-to-boot9strap.txt
+++ b/_pages/vi_VN/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: vi
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/vi_VN/why-ads.txt b/_pages/vi_VN/why-ads.txt
index 3cf79a8308..e276574933 100644
--- a/_pages/vi_VN/why-ads.txt
+++ b/_pages/vi_VN/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "Why Ads?" #
-lang: en
-permalink: /why-ads.html
+title: "Why Ads?"
layout: single-no-ads
---
diff --git a/_pages/zh_CN/404.txt b/_pages/zh_CN/404.txt
index 335dc2b21d..ffbf258b67 100644
--- a/_pages/zh_CN/404.txt
+++ b/_pages/zh_CN/404.txt
@@ -1,7 +1,5 @@
---
-title: "找不到页面" #
-lang: zh_CN
-permalink: /zh_CN/404.html
+title: "找不到页面"
layout: single-no-ads
excerpt: "找不到页面。 您的画在另一张画布上哦!"#
sitemap: false
diff --git a/_pages/zh_CN/9.2.0-ctrtransfer.txt b/_pages/zh_CN/9.2.0-ctrtransfer.txt
index 15d4cdf13b..8a929cc7af 100644
--- a/_pages/zh_CN/9.2.0-ctrtransfer.txt
+++ b/_pages/zh_CN/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTR转移" #
-lang: zh_CN
-permalink: /zh_CN/9.2.0-ctrtransfer.html
+title: "9.2.0 CTR转移"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.
diff --git a/_pages/zh_CN/cart-update.txt b/_pages/zh_CN/cart-update.txt
index ff08d00377..a600f92e94 100644
--- a/_pages/zh_CN/cart-update.txt
+++ b/_pages/zh_CN/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "卡带升级" #
-lang: zh_CN
-permalink: /zh_CN/cart-update.html
+title: "卡带升级"
---
所有的游戏卡带都自带一份所需版本系统的拷贝,使得低版本系统的玩家即使在没有互联网链接的情况下,也可以用卡带升级到所需的系统版本
diff --git a/_pages/zh_CN/credits.txt b/_pages/zh_CN/credits.txt
index dd79137fc9..f1a1fc4952 100644
--- a/_pages/zh_CN/credits.txt
+++ b/_pages/zh_CN/credits.txt
@@ -1,7 +1,5 @@
---
-title: "致谢" #
-lang: zh_CN
-permalink: /zh_CN/credits.html
+title: "致谢"
---
**特别感谢所有在[Freenode #Cakey](http://webchat.freenode.net/?channels=%23Cakey)成员的杰出贡献!**
diff --git a/_pages/zh_CN/donations.txt b/_pages/zh_CN/donations.txt
index 17f6307af5..55bb551fbf 100644
--- a/_pages/zh_CN/donations.txt
+++ b/_pages/zh_CN/donations.txt
@@ -1,7 +1,5 @@
---
-title: "捐款" #
-lang: zh_CN
-permalink: /zh_CN/donations.html
+title: "捐款"
layout: single-no-ads
---
diff --git a/_pages/zh_CN/f3-(linux).txt b/_pages/zh_CN/f3-(linux).txt
index 124b78c478..4e22dad030 100644
--- a/_pages/zh_CN/f3-(linux).txt
+++ b/_pages/zh_CN/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: zh_CN
-permalink: /zh_CN/f3-(linux).html
+title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.
diff --git a/_pages/zh_CN/f3x-(mac).txt b/_pages/zh_CN/f3x-(mac).txt
index 0d52a53d63..f8121f6297 100644
--- a/_pages/zh_CN/f3x-(mac).txt
+++ b/_pages/zh_CN/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: zh_CN
-permalink: /zh_CN/f3x-(mac).html
+title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.
diff --git a/_pages/zh_CN/faq.txt b/_pages/zh_CN/faq.txt
index 82e9564195..6a9d6f0924 100644
--- a/_pages/zh_CN/faq.txt
+++ b/_pages/zh_CN/faq.txt
@@ -1,7 +1,5 @@
---
-title: "常见问题" #
-lang: zh_CN
-permalink: /zh_CN/faq.html
+title: "常见问题"
---
{% capture notice-1 %}
diff --git a/_pages/zh_CN/file-extensions-(windows).txt b/_pages/zh_CN/file-extensions-(windows).txt
index 33ae9ba9f3..1764da3678 100644
--- a/_pages/zh_CN/file-extensions-(windows).txt
+++ b/_pages/zh_CN/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
-lang: en
-permalink: /file-extensions-(windows).html
+lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.
diff --git a/_pages/zh_CN/finalizing-setup.txt b/_pages/zh_CN/finalizing-setup.txt
index ee72fe1992..8f3b3220c9 100644
--- a/_pages/zh_CN/finalizing-setup.txt
+++ b/_pages/zh_CN/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "Finalizing Setup" #
-lang: zh_CN
-permalink: /finalizing-setup.html
+title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/zh_CN/get-started-(new-3ds).txt b/_pages/zh_CN/get-started-(new-3ds).txt
index 1df3a26e3b..9b0a296d01 100644
--- a/_pages/zh_CN/get-started-(new-3ds).txt
+++ b/_pages/zh_CN/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "开始教程(新3DS)" #
-lang: zh_CN
-permalink: /zh_CN/get-started-(new-3ds).html
+title: "开始教程(新3DS)"
---
请在下表中按照你的系统版本选择对应的页面。
diff --git a/_pages/zh_CN/get-started-(old-3ds).txt b/_pages/zh_CN/get-started-(old-3ds).txt
index b2de76b9c3..31674c1ac2 100644
--- a/_pages/zh_CN/get-started-(old-3ds).txt
+++ b/_pages/zh_CN/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "开始教程(老3DS)" #
-lang: zh_CN
-permalink: /zh_CN/get-started-(old-3ds).html
+title: "开始教程(老3DS)"
---
请在下表中按照你的系统版本选择对应的页面。
diff --git a/_pages/zh_CN/get-started.txt b/_pages/zh_CN/get-started.txt
index ff8552e1f1..59c162e6b0 100644
--- a/_pages/zh_CN/get-started.txt
+++ b/_pages/zh_CN/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "开始教程" #
-lang: zh_CN
-permalink: /zh_CN/get-started.html
+title: "开始教程"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).
diff --git a/_pages/zh_CN/godmode9-usage.txt b/_pages/zh_CN/godmode9-usage.txt
index 49f81267d6..5b57e93afe 100644
--- a/_pages/zh_CN/godmode9-usage.txt
+++ b/_pages/zh_CN/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "GodMode9 使用教程" #
-lang: zh_CN
-permalink: /zh_CN/godmode9-usage.html
+title: "GodMode9 使用教程"
---
diff --git a/_pages/zh_CN/h2testw-(windows).txt b/_pages/zh_CN/h2testw-(windows).txt
index f36ff1169f..40a5077d67 100644
--- a/_pages/zh_CN/h2testw-(windows).txt
+++ b/_pages/zh_CN/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: zh_CN
-permalink: /zh_CN/h2testw-(windows).html
+title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.
diff --git a/_pages/zh_CN/home.txt b/_pages/zh_CN/home.txt
index 6171bb14a2..3e9b69e115 100644
--- a/_pages/zh_CN/home.txt
+++ b/_pages/zh_CN/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "开始教程" #
cta_url: "/zh_CN/get-started" #
caption:
-excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" #
-lang: zh_CN
-permalink: /zh_CN/index.html
+excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
"
---
{% capture notice-home %}
diff --git a/_pages/zh_CN/homebrew-launcher-(alternatives).txt b/_pages/zh_CN/homebrew-launcher-(alternatives).txt
index 9b379155d3..447e61c81d 100644
--- a/_pages/zh_CN/homebrew-launcher-(alternatives).txt
+++ b/_pages/zh_CN/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher(其他方法)" #
-lang: zh_CN
-permalink: /zh_CN/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher(其他方法)"
---
Homebrew Launcher(HBL)有许多不同的入口和启动方式。
diff --git a/_pages/zh_CN/homebrew-launcher-(soundhax).txt b/_pages/zh_CN/homebrew-launcher-(soundhax).txt
index ec0ef7746c..28b20e7c03 100644
--- a/_pages/zh_CN/homebrew-launcher-(soundhax).txt
+++ b/_pages/zh_CN/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "自制程序启动器(声音破解)" #
-lang: zh_CN
-permalink: /zh_CN/homebrew-launcher-(soundhax).html
+title: "自制程序启动器(声音破解)"
---
Homebrew Launcher (HBL) 有许多不同的入口和启动方式。
diff --git a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt
index 9d4af708a2..32770343ee 100644
--- a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt
+++ b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)
diff --git a/_pages/zh_CN/installing-boot9strap-(browser).txt b/_pages/zh_CN/installing-boot9strap-(browser).txt
index 5c31268688..e2589b1aa8 100644
--- a/_pages/zh_CN/installing-boot9strap-(browser).txt
+++ b/_pages/zh_CN/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Browser)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(browser).html
+title: "Installing boot9strap (Browser)"
---
如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。
diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware).txt b/_pages/zh_CN/installing-boot9strap-(dsiware).txt
index edfd4ddbc5..0f07df239e 100644
--- a/_pages/zh_CN/installing-boot9strap-(dsiware).txt
+++ b/_pages/zh_CN/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "安装 boot9strap (DSiWare)" #
-lang: zh_CN
-permalink: /zh_CN/installing-boot9strap-(dsiware).html
+lang: zh_CN
---
在 11.4.0 上使用 DSiWare 安装 boot9strap 有两种不同的方法。
diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt
index 9f7295d824..aaa980a479 100644
--- a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(dsiware-game-injection).html
+lang: zh_CN
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt
index cb26613c95..57a719b816 100644
--- a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(dsiware-game-injection-list).html
+lang: zh_CN
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.
diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt
index f2b4428b81..a560f4434e 100644
--- a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(dsiware-save-injection).html
+lang: zh_CN
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.
diff --git a/_pages/zh_CN/installing-boot9strap-(hardmod).txt b/_pages/zh_CN/installing-boot9strap-(hardmod).txt
index c70a1a7e61..bbea222145 100644
--- a/_pages/zh_CN/installing-boot9strap-(hardmod).txt
+++ b/_pages/zh_CN/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(hardmod).html
+lang: zh_CN
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
diff --git a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt
index 4a584c231c..f3332b22a8 100644
--- a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (Homebrew Launcher)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(homebrew-launcher).html
+title: "Installing boot9strap (Homebrew Launcher)"
---
如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。
diff --git a/_pages/zh_CN/installing-boot9strap-(mset).txt b/_pages/zh_CN/installing-boot9strap-(mset).txt
index a806e58783..cd67a4ecb5 100644
--- a/_pages/zh_CN/installing-boot9strap-(mset).txt
+++ b/_pages/zh_CN/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (MSET)" #
-lang: zh_CN
-permalink: /installing-boot9strap-(mset).html
+title: "Installing boot9strap (MSET)"
---
如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。
diff --git a/_pages/zh_CN/move-emunand.txt b/_pages/zh_CN/move-emunand.txt
index 7a5f6be822..1cebc525e1 100644
--- a/_pages/zh_CN/move-emunand.txt
+++ b/_pages/zh_CN/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "迁移EmuNAND数据" #
-lang: zh_CN
-permalink: /zh_CN/move-emunand.html
+title: "迁移EmuNAND数据"
---
本节是附加章节,将你的EmuNAND的数据迁移到新的SysNAND自制系统中,然后删除EmuNAND分区。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。
diff --git a/_pages/zh_CN/ntr-and-cubic-ninja.txt b/_pages/zh_CN/ntr-and-cubic-ninja.txt
index 01588f7711..f79bbebb14 100644
--- a/_pages/zh_CN/ntr-and-cubic-ninja.txt
+++ b/_pages/zh_CN/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR和Cubic Ninja" #
-lang: zh_CN
-permalink: /zh_CN/ntr-and-cubic-ninja.html
+title: "NTR和Cubic Ninja"
---
你需要一个支持BT种子协议的下载程序如 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 或者迅雷来使用本教程中的 [磁力链](https://zh.wikipedia.org/wiki/%E7%A3%81%E5%8A%9B%E9%93%BE%E6%8E%A5) 。
diff --git a/_pages/zh_CN/region-changing.txt b/_pages/zh_CN/region-changing.txt
index 06f1b5f22a..75512db9d6 100644
--- a/_pages/zh_CN/region-changing.txt
+++ b/_pages/zh_CN/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "区域变更" #
-lang: zh_CN
-permalink: /zh_CN/region-changing.html
+title: "区域变更"
---
This is add-on section for region changing your CFW SysNAND. 这是通过安装你想要切换到的地区的 9.2.0 CTR转移镜像而达成。
diff --git a/_pages/zh_CN/site-navigation.txt b/_pages/zh_CN/site-navigation.txt
index f97ff767d1..cadbb3a837 100644
--- a/_pages/zh_CN/site-navigation.txt
+++ b/_pages/zh_CN/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "网站导航" #
-lang: zh_CN
-permalink: /zh_CN/site-navigation.html
+title: "网站导航"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/zh_CN/troubleshooting.txt b/_pages/zh_CN/troubleshooting.txt
index 5870fe5a84..1c104db78b 100644
--- a/_pages/zh_CN/troubleshooting.txt
+++ b/_pages/zh_CN/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "问题排查" #
-lang: zh_CN
-permalink: /zh_CN/troubleshooting.html
+title: "问题排查"
---
如果你启动不了你的设备,请参阅本页面中的相关章节,并按照教程执行。 问题解决后,便可回到主教程继续进行。
diff --git a/_pages/zh_CN/updating-to-boot9strap.txt b/_pages/zh_CN/updating-to-boot9strap.txt
index b457fd0a7f..aeb112cb8d 100644
--- a/_pages/zh_CN/updating-to-boot9strap.txt
+++ b/_pages/zh_CN/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "Updating to boot9strap" #
-lang: zh_CN
-permalink: /updating-to-boot9strap.html
+title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.
diff --git a/_pages/zh_CN/why-ads.txt b/_pages/zh_CN/why-ads.txt
index 2305710f0e..a2cc6c2c0b 100644
--- a/_pages/zh_CN/why-ads.txt
+++ b/_pages/zh_CN/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "为什么有广告?" #
-lang: zh_CN
-permalink: /zh_CN/why-ads.html
+title: "为什么有广告?"
layout: single-no-ads
---
diff --git a/_pages/zh_TW/404.txt b/_pages/zh_TW/404.txt
index 5fd7ace213..05cb457d39 100644
--- a/_pages/zh_TW/404.txt
+++ b/_pages/zh_TW/404.txt
@@ -1,7 +1,5 @@
---
-title: "找不到此頁面" #
-lang: zh-Hant
-permalink: /zh_TW/404.html
+title: "找不到此頁面"
layout: single-no-ads
excerpt: "耶,未找到此頁面欸。 你的畫在其他的畫布上噢!" #
sitemap: false
diff --git a/_pages/zh_TW/9.2.0-ctrtransfer.txt b/_pages/zh_TW/9.2.0-ctrtransfer.txt
index f5c0e6269d..5316da54ca 100644
--- a/_pages/zh_TW/9.2.0-ctrtransfer.txt
+++ b/_pages/zh_TW/9.2.0-ctrtransfer.txt
@@ -1,7 +1,5 @@
---
-title: "9.2.0 CTRTransfer" #
-lang: zh-Hant
-permalink: /zh_TW/9.2.0-ctrtransfer.html
+title: "9.2.0 CTRTransfer"
---
本篇為用來安裝 9.2.0 CTRTransfer 鏡像檔至你主機上的附加章節。
diff --git a/_pages/zh_TW/cart-update.txt b/_pages/zh_TW/cart-update.txt
index e77407cd8f..6cd96dee4c 100644
--- a/_pages/zh_TW/cart-update.txt
+++ b/_pages/zh_TW/cart-update.txt
@@ -1,7 +1,5 @@
---
-title: "卡帶更新" #
-lang: zh-Hant
-permalink: /zh_TW/cart-update.html
+title: "卡帶更新"
---
所有的卡帶都有附上玩那遊戲所需要的系統更新,讓擁有比較舊的系統版本的玩家可以在離線的狀態下更新系統。
diff --git a/_pages/zh_TW/credits.txt b/_pages/zh_TW/credits.txt
index 36275dc329..777b9cfbad 100644
--- a/_pages/zh_TW/credits.txt
+++ b/_pages/zh_TW/credits.txt
@@ -1,7 +1,5 @@
---
-title: "製作群" #
-lang: zh-Hant
-permalink: /zh_TW/credits.html
+title: "製作群"
---
**特別感謝所有在[ Freenode 上 #Cakey ](http://webchat.freenode.net/?channels=%23Cakey)的所有成員!**
diff --git a/_pages/zh_TW/donations.txt b/_pages/zh_TW/donations.txt
index e75fda01ba..d29cc7fced 100644
--- a/_pages/zh_TW/donations.txt
+++ b/_pages/zh_TW/donations.txt
@@ -1,7 +1,5 @@
---
-title: "贊助" #
-lang: zh-Hant
-permalink: /zh_TW/donations.html
+title: "贊助"
layout: single-no-ads
---
diff --git a/_pages/zh_TW/f3-(linux).txt b/_pages/zh_TW/f3-(linux).txt
index cd4b48bae3..9b054961c5 100644
--- a/_pages/zh_TW/f3-(linux).txt
+++ b/_pages/zh_TW/f3-(linux).txt
@@ -1,7 +1,5 @@
---
-title: "F3 (Linux)" #
-lang: zh-Hant
-permalink: /zh_TW/f3-(linux).html
+title: "F3 (Linux)"
---
本篇為透過 F3 來檢查你 SD 卡是否有任何問題的附加章節。
diff --git a/_pages/zh_TW/f3x-(mac).txt b/_pages/zh_TW/f3x-(mac).txt
index a899281f38..c1bece7f9b 100644
--- a/_pages/zh_TW/f3x-(mac).txt
+++ b/_pages/zh_TW/f3x-(mac).txt
@@ -1,7 +1,5 @@
---
-title: "F3X (Mac)" #
-lang: zh-Hant
-permalink: /zh_TW/f3x-(mac).html
+title: "F3X (Mac)"
---
本篇為透過 F3X 來檢查你 SD 卡是否有任何問題的附加章節。
diff --git a/_pages/zh_TW/faq.txt b/_pages/zh_TW/faq.txt
index 48a920dda4..fd11487764 100644
--- a/_pages/zh_TW/faq.txt
+++ b/_pages/zh_TW/faq.txt
@@ -1,7 +1,5 @@
---
-title: "常見問題 FAQ" #
-lang: zh-Hant
-permalink: /zh_TW/faq.html
+title: "常見問題 FAQ"
---
{% capture notice-1 %}
diff --git a/_pages/zh_TW/file-extensions-(windows).txt b/_pages/zh_TW/file-extensions-(windows).txt
index db636eb5fc..c204018f04 100644
--- a/_pages/zh_TW/file-extensions-(windows).txt
+++ b/_pages/zh_TW/file-extensions-(windows).txt
@@ -1,7 +1,6 @@
---
title: "檔案副檔名 (Windows)" #
-lang: zh-Hant
-permalink: /zh_TW/file-extensions-(windows).html
+lang: zh-Hant
---
本篇為改變預設 Windows 隱藏副檔名行為的附加章節。
diff --git a/_pages/zh_TW/finalizing-setup.txt b/_pages/zh_TW/finalizing-setup.txt
index 3b2a9c3157..ac7d989207 100644
--- a/_pages/zh_TW/finalizing-setup.txt
+++ b/_pages/zh_TW/finalizing-setup.txt
@@ -1,7 +1,5 @@
---
-title: "完成安裝" #
-lang: zh-Hant
-permalink: /zh_TW/finalizing-setup.html
+title: "完成安裝"
---
本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。
diff --git a/_pages/zh_TW/get-started-(new-3ds).txt b/_pages/zh_TW/get-started-(new-3ds).txt
index d7e44f9e38..1a1bcf7d1f 100644
--- a/_pages/zh_TW/get-started-(new-3ds).txt
+++ b/_pages/zh_TW/get-started-(new-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "從頭開始(New 3DS)" #
-lang: zh-Hant
-permalink: /zh_TW/get-started-(new-3ds).html
+title: "從頭開始(New 3DS)"
---
請於下表中選擇與你系統版本相符的頁面。
diff --git a/_pages/zh_TW/get-started-(old-3ds).txt b/_pages/zh_TW/get-started-(old-3ds).txt
index 80817b0f7f..a4f18ebad9 100644
--- a/_pages/zh_TW/get-started-(old-3ds).txt
+++ b/_pages/zh_TW/get-started-(old-3ds).txt
@@ -1,7 +1,5 @@
---
-title: "從頭開始 (舊型 3DS)" #
-lang: zh-Hant
-permalink: /zh_TW/get-started-(old-3ds).html
+title: "從頭開始 (舊型 3DS)"
---
請於下表中選擇與你系統版本相符的頁面。
diff --git a/_pages/zh_TW/get-started.txt b/_pages/zh_TW/get-started.txt
index 60dc62fb0f..fe014e8577 100644
--- a/_pages/zh_TW/get-started.txt
+++ b/_pages/zh_TW/get-started.txt
@@ -1,7 +1,5 @@
---
-title: "從頭開始" #
-lang: zh-Hant
-permalink: /zh_TW/get-started.html
+title: "從頭開始"
---
本頁面將帶領你安裝 boot9strap 至*原廠尚未改機*的 3DS 或 2DS 上。 如果你先前已經安裝了 arm9loaderhax 而且你想要更新至 boot9strap,請依照[更新至 boot9strap](updating-to-boot9strap) 的步驟進行。
diff --git a/_pages/zh_TW/godmode9-usage.txt b/_pages/zh_TW/godmode9-usage.txt
index 708bcbb78f..55e85b0253 100644
--- a/_pages/zh_TW/godmode9-usage.txt
+++ b/_pages/zh_TW/godmode9-usage.txt
@@ -1,7 +1,5 @@
---
-title: "如何使用 GodMode9 " #
-lang: zh-Hant
-permalink: /zh_TW/godmode9-usage.html
+title: "如何使用 GodMode9 "
---
GodMode9 是可以完全存取任天堂 3DS 主機的文件瀏覽器,你可以用它存取 SD 卡以及你 SysNAND 和 EmuNAND 內的 FAT 磁區以及更多。 除了其他功能外,你還能透過它複製、刪除、重新命名檔案以及建立資料夾。
diff --git a/_pages/zh_TW/h2testw-(windows).txt b/_pages/zh_TW/h2testw-(windows).txt
index 640beff5d2..b7c2a7c27e 100644
--- a/_pages/zh_TW/h2testw-(windows).txt
+++ b/_pages/zh_TW/h2testw-(windows).txt
@@ -1,7 +1,5 @@
---
-title: "H2testw (Windows)" #
-lang: zh-Hant
-permalink: /zh_TW/h2testw-(windows).html
+title: "H2testw (Windows)"
---
本篇為透過 h2testw 來檢查你 SD 卡是否有任何問題的附加章節。
diff --git a/_pages/zh_TW/home.txt b/_pages/zh_TW/home.txt
index faa2d53475..d126aa7c8b 100644
--- a/_pages/zh_TW/home.txt
+++ b/_pages/zh_TW/home.txt
@@ -8,9 +8,7 @@ header:
cta_label: "從頭開始" #
cta_url: "/zh_TW/get-started" #
caption:
-excerpt: "最完整的 3DS 改機教戰手冊,
教你如何從原廠韌體改成 boot9strap。
" #
-lang: zh_TW
-permalink: /zh_TW/index.html
+excerpt: "最完整的 3DS 改機教戰手冊,
教你如何從原廠韌體改成 boot9strap。
"
---
{% capture notice-home %}
diff --git a/_pages/zh_TW/homebrew-launcher-(alternatives).txt b/_pages/zh_TW/homebrew-launcher-(alternatives).txt
index 35f2c56726..c2d6397a3d 100644
--- a/_pages/zh_TW/homebrew-launcher-(alternatives).txt
+++ b/_pages/zh_TW/homebrew-launcher-(alternatives).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher(透過其他方法)" #
-lang: zh-Hant
-permalink: /zh_TW/homebrew-launcher-(alternatives).html
+title: "Homebrew Launcher(透過其他方法)"
---
Homebrew Launcher 有許多不同的進入點或啟動方法。
diff --git a/_pages/zh_TW/homebrew-launcher-(soundhax).txt b/_pages/zh_TW/homebrew-launcher-(soundhax).txt
index acde2b9617..cc87a09cd9 100644
--- a/_pages/zh_TW/homebrew-launcher-(soundhax).txt
+++ b/_pages/zh_TW/homebrew-launcher-(soundhax).txt
@@ -1,7 +1,5 @@
---
-title: "Homebrew Launcher (Soundhax)" #
-lang: zh-Hant
-permalink: /zh_TW/homebrew-launcher-(soundhax).html
+title: "Homebrew Launcher (Soundhax)"
---
Homebrew Launcher 可以透過不同的進入點或方式開啟。
diff --git a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt
index 6b5c701e33..6a0373b6d4 100644
--- a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt
+++ b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt
@@ -1,7 +1,5 @@
---
-title: "Installing boot9strap (2xrsa)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(2xrsa).html
+title: "Installing boot9strap (2xrsa)"
---
本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。
diff --git a/_pages/zh_TW/installing-boot9strap-(browser).txt b/_pages/zh_TW/installing-boot9strap-(browser).txt
index 94a943caf4..3413f42d3b 100644
--- a/_pages/zh_TW/installing-boot9strap-(browser).txt
+++ b/_pages/zh_TW/installing-boot9strap-(browser).txt
@@ -1,7 +1,5 @@
---
-title: "安裝 boot9strap(透過網頁瀏覽器)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(browser).html
+title: "安裝 boot9strap(透過網頁瀏覽器)"
---
如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。
diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware).txt b/_pages/zh_TW/installing-boot9strap-(dsiware).txt
index ecbd71481d..05b169ec10 100644
--- a/_pages/zh_TW/installing-boot9strap-(dsiware).txt
+++ b/_pages/zh_TW/installing-boot9strap-(dsiware).txt
@@ -1,7 +1,6 @@
---
title: "安裝 boot9strap(透過 DSiWare)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(dsiware).html
+lang: zh-Hant
---
目前有兩種不同方法可以在系統版本 11.4.0 上透過 DSiWare 安裝 boot9strap。
diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt
index 86abd7e25c..09c4ef1f29 100644
--- a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt
+++ b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt
@@ -1,7 +1,6 @@
---
title: "安裝 boot9strap(透過 DSiWare 植入遊戲)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(dsiware-game-injection).html
+lang: zh-Hant
---
請注意,在某些版本上的 Luma3DS 中,Luma3DS 連環加載選單僅會在偵測到多個 payload 檔時才會出現。 如果它只偵測到一個 payload 檔案,在開機時按住「Start」鍵將會直接開機至 GodMode9。
diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt
index 08ebcd8f0e..dbe283f8d2 100644
--- a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt
+++ b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt
@@ -1,7 +1,6 @@
---
title: "安裝 boot9strap(透過 DSiWare 植入遊戲-遊戲清單)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(dsiware-game-injection-list).html
+lang: zh-Hant
---
以下是所有與[安裝 boot9strap(透過 DSiWare)](installing-boot9strap-(dsiware))相容的遊戲清單(自動生成)。
diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt
index a942b86add..faaaba1b73 100644
--- a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt
+++ b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt
@@ -1,7 +1,6 @@
---
title: "安裝 boot9strap(透過 DSiWare 植入存檔)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(dsiware-save-injection).html
+lang: zh-Hant
---
請注意,在某些版本上的 Luma3DS 中,Luma3DS 連環加載選單僅會在偵測到多個 payload 檔時才會出現。 如果它只偵測到一個 payload 檔案,在開機時按住「Start」鍵將會直接開機至 GodMode9。
diff --git a/_pages/zh_TW/installing-boot9strap-(hardmod).txt b/_pages/zh_TW/installing-boot9strap-(hardmod).txt
index 2508c135c0..c2df38067f 100644
--- a/_pages/zh_TW/installing-boot9strap-(hardmod).txt
+++ b/_pages/zh_TW/installing-boot9strap-(hardmod).txt
@@ -1,7 +1,6 @@
---
title: "安裝 boot9strap(透過硬改)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(hardmod).html
+lang: zh-Hant
---
你可以在[這裡](https://gbatemp.net/threads/414498/)找到硬改的相關資訊。 如果你的主機是 New 3DS 的話,請在硬改前讀完[本篇](https://github.com/Plailect/Guide/issues/681)。
diff --git a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt
index 52fe24c56a..566395c4df 100644
--- a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt
+++ b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt
@@ -1,7 +1,5 @@
---
-title: "安裝 boot9strap(透過 Homebrew Launcher)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(homebrew-launcher).html
+title: "安裝 boot9strap(透過 Homebrew Launcher)"
---
如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。
diff --git a/_pages/zh_TW/installing-boot9strap-(mset).txt b/_pages/zh_TW/installing-boot9strap-(mset).txt
index ccd4788fc1..97fe415d65 100644
--- a/_pages/zh_TW/installing-boot9strap-(mset).txt
+++ b/_pages/zh_TW/installing-boot9strap-(mset).txt
@@ -1,7 +1,5 @@
---
-title: "安裝 boot9strap(透過 MSET)" #
-lang: zh-Hant
-permalink: /zh_TW/installing-boot9strap-(mset).html
+title: "安裝 boot9strap(透過 MSET)"
---
如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。
diff --git a/_pages/zh_TW/move-emunand.txt b/_pages/zh_TW/move-emunand.txt
index 75c73a48bc..2d9d6f7654 100644
--- a/_pages/zh_TW/move-emunand.txt
+++ b/_pages/zh_TW/move-emunand.txt
@@ -1,7 +1,5 @@
---
-title: "移植 EmuNAND" #
-lang: zh-Hant
-permalink: /zh_TW/move-emunand.html
+title: "移植 EmuNAND"
---
本篇如何把之前 EmuNAND 中的內容移植到你新的自製 SysNAND 系統底下,並移除舊的 EmuNAND 磁區的附加章節。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。
diff --git a/_pages/zh_TW/ntr-and-cubic-ninja.txt b/_pages/zh_TW/ntr-and-cubic-ninja.txt
index cf7737c3e4..1d2123f417 100644
--- a/_pages/zh_TW/ntr-and-cubic-ninja.txt
+++ b/_pages/zh_TW/ntr-and-cubic-ninja.txt
@@ -1,7 +1,5 @@
---
-title: "NTR 韌體及「方塊忍者」" #
-lang: zh-Hant
-permalink: /zh_TW/ntr-and-cubic-ninja.html
+title: "NTR 韌體及「方塊忍者」"
---
本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。
diff --git a/_pages/zh_TW/region-changing.txt b/_pages/zh_TW/region-changing.txt
index 202be8d330..9f77c74ba6 100644
--- a/_pages/zh_TW/region-changing.txt
+++ b/_pages/zh_TW/region-changing.txt
@@ -1,7 +1,5 @@
---
-title: "區碼變更" #
-lang: zh-Hant
-permalink: /zh_TW/region-changing.html
+title: "區碼變更"
---
本篇為更改自製韌體區碼的附加章節。 這是透過安裝所選區域的系統 9.2.0 的 CTRTransfer 鏡像檔達成的。
diff --git a/_pages/zh_TW/site-navigation.txt b/_pages/zh_TW/site-navigation.txt
index 179726a713..36bb4ef5c2 100644
--- a/_pages/zh_TW/site-navigation.txt
+++ b/_pages/zh_TW/site-navigation.txt
@@ -1,7 +1,5 @@
---
-title: "網站導覽" #
-lang: zh-Hant
-permalink: /zh_TW/site-navigation.html
+title: "網站導覽"
layout: single-no-ads
sitemap: false
---
diff --git a/_pages/zh_TW/troubleshooting.txt b/_pages/zh_TW/troubleshooting.txt
index 4750cb1668..34227ed2b9 100644
--- a/_pages/zh_TW/troubleshooting.txt
+++ b/_pages/zh_TW/troubleshooting.txt
@@ -1,7 +1,5 @@
---
-title: "疑難排解" #
-lang: zh-Hant
-permalink: /zh_TW/troubleshooting.html
+title: "疑難排解"
---
如果你的主機無法開機,請在這裡尋找可能相關的章節並照著步驟走。 問題解決後再繼續讀完本教學
diff --git a/_pages/zh_TW/updating-to-boot9strap.txt b/_pages/zh_TW/updating-to-boot9strap.txt
index 299b3a29cd..f55aea5aba 100644
--- a/_pages/zh_TW/updating-to-boot9strap.txt
+++ b/_pages/zh_TW/updating-to-boot9strap.txt
@@ -1,7 +1,5 @@
---
-title: "更新至 boot9strap" #
-lang: zh-Hant
-permalink: /zh_TW/updating-to-boot9strap.html
+title: "更新至 boot9strap"
---
本頁面是給想更新至 boot9strap 且已安裝 arm9loaderhax 的使用者使用。
diff --git a/_pages/zh_TW/why-ads.txt b/_pages/zh_TW/why-ads.txt
index db358c5eb6..ebe2e02d3c 100644
--- a/_pages/zh_TW/why-ads.txt
+++ b/_pages/zh_TW/why-ads.txt
@@ -1,7 +1,5 @@
---
-title: "為什麼有廣告?" #
-lang: zh-Hant
-permalink: /zh_TW/why-ads.html
+title: "為什麼有廣告?"
layout: single-no-ads
---