1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Import minimal-mistakes/3.4.4

This commit is contained in:
Tim Byrne
2016-09-06 22:18:34 -05:00
commit d7a037e469
186 changed files with 16935 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
---
layout: archive
author_profile: true
---
{% include base_path %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}