mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
16 lines
305 B
HTML
16 lines
305 B
HTML
---
|
|
layout: post-archive
|
|
title: jimeh / blog
|
|
---
|
|
|
|
<div class="archive-list">
|
|
<h1>Archive</h1>
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<span class="date">{{ post.date | date: "%d %b %Y" }}</span>
|
|
<a href="/blog{{ post.url }}" class="title">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div> |