1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-02 21:12:55 +02:00

Recent Community Events

This commit is contained in:
Plailect
2017-04-24 19:31:43 -04:00
committed by Plailect
parent 602f2ce7a3
commit ba95115787
4 changed files with 49 additions and 1 deletions

View File

@@ -4,6 +4,16 @@ layout: default
{% include base_path %}
<div id="main" role="main">
<article class="page">
<div class ="notice--danger">
{% assign split_path = page.path | split: "/" %}
{% assign locale = split_path[1] %}
{{ site.data.navigation[locale].header[0].title }}
</div>
</article>
</div>
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% endif %}