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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user