1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

major update + rewrite

This commit is contained in:
Plailect
2016-10-29 19:02:14 -04:00
parent e9bb4232f1
commit c6947ce74b
241 changed files with 18445 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
---
layout: default
author_profile: false
---
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
<h1 class="page__title">{{ page.title }}</h1>
{% include base_path %}
{% for post in page.posts %}
{% include archive-single.html %}
{% endfor %}
</div>
</div>