summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 2 insertions, 21 deletions
diff --git a/index.html b/index.html
index 1770af6..8917a64 100644
--- a/index.html
+++ b/index.html
@@ -18,26 +18,7 @@ title: ASCIIMX
<br>
<br>
-
- <div class="articles">
- <table class="posts-table">
-
- {% assign posts = site.archive | sort: 'date' | reverse %}
- {% for post in posts %}
-
- <tr>
- <td class="posts-td posts-td-link">
- <a href="{{ post.url }}">{{ post.title }}</a>
- </td>
- <td class="posts-td posts-td-time">
- <span class="post-meta">
- <time datetime="{{ post.date }}">{{ post.date | date: "%Y-%m-%d" }}</time>
- </span>
- </td>
- </tr>
- {% endfor %}
-
- </table>
- </div>
+ {% include archive.html limit="10" %}
+
</div>