summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:47:44 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:47:44 +0800
commita136b8a578556c19400eff642f58998e78496b58 (patch)
tree386f3c20a1c8b72559e59876fc002cbbbc189ea1 /index.html
parentac70fc789bd8015d34373739a34325e72b6eff0d (diff)
downloadwww-a136b8a578556c19400eff642f58998e78496b58.tar.gz
Archive page.
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>