Skip to content

Commit

Permalink
add article list
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 5, 2023
1 parent 7f7213f commit 13f1d08
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@
<p>o kama pona lon lipu pi lipu tenpo!</p>
<p>mi mute li pali e lipu tenpo nanpa wan pi toki pona.</p>
<hr />
{% for lipu in lipu %}
<article>
<img
class="lipu-cover"
src="pdfs/{{ lipu.cover-image }}"
alt="{{ lipu.title }} cover image"
/>
<h2>
<a href="lipu-tenpo-{{ lipu.title | slugify }}">{{ lipu.title }}</a>
</h2>
<p>{{ lipu.title }}</p>
<p>{{ lipu.date | date: "%B %d, %Y" }}</p>
</article>
{% endfor %}

0 comments on commit 13f1d08

Please sign in to comment.