diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-01 17:36:39 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:05 +0200 |
| commit | c1856d1f3edbc4b32be5860233dede88db16a7bb (patch) | |
| tree | b3a5e2f600c0079bd04d7ab2bb459b4664ba66a1 /templates/index.html | |
| parent | 6d7e34af89ef1038d213ff8ea325bb84d4a00d4a (diff) | |
Start migrating content
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index fdcd433..31d0a90 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ <section class="latest-posts"> <h2>Latest posts</h2> <ul class="archive-list"> -{% for page in posts.pages %} +{% for page in posts.pages | slice(end=3) %} <li class="archive-entry"> <a href="{{ page.path }}">{{ page.title }}</a> <small>({{ page.date | date(format="%Y-%m-%d") }})</small> |
