1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 11:49:52 +02:00

consistency

This commit is contained in:
Plailect
2018-02-09 23:19:17 -05:00
parent 34cb40c697
commit 4a948d37ec
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
--- ---
main: main:
- -
title: 3DS Guide title: 3DS
url: / url: /
- -
title: FAQ title: FAQ

View File

@@ -1,6 +1,6 @@
--- ---
layout: splash layout: splash
title: "3DS Guide" # title: "3DS Hacks Guide" #
header: header:
overlay_color: "#5e616c" # overlay_color: "#5e616c" #
overlay_image: /images/home-page-feature.jpg overlay_image: /images/home-page-feature.jpg
@@ -14,7 +14,7 @@ Thoroughly read all of the introductory pages (including this one!) before proce
{% capture notice-1 %} {% capture notice-1 %}
This guide is for retail (consumer purchased; not from the Nintendo Developer Program) consoles _only_! This guide is for retail (consumer purchased; not from the Nintendo Developer Program) consoles _only_!
If you have a developer ("PANDA" or "SNAKE") console, check out [devGuide](https://dev3ds.hacks.guide). If you have a developer ("PANDA") console, check out the [developer 3DS Hacks Guide](https://dev3ds.hacks.guide).
{% endcapture %} {% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div> <div class="notice--danger">{{ notice-1 | markdownify }}</div>