summaryrefslogtreecommitdiff
path: root/themes/erdgeist/templates/list_poetry.tmpl
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2025-01-02 03:42:39 +0100
committerDirk Engling <erdgeist@erdgeist.org>2025-01-02 03:42:39 +0100
commit9bb5248dab5fafc7e999ec92667b8dba8a5cc644 (patch)
treecbd78cd873f58d1e557c5fa16e0d9f6ba03e81e2 /themes/erdgeist/templates/list_poetry.tmpl
parentb58baee6f027fd03d81d1847be54aec33e0b2f95 (diff)
bring the blog up to date
Diffstat (limited to 'themes/erdgeist/templates/list_poetry.tmpl')
-rw-r--r--themes/erdgeist/templates/list_poetry.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/erdgeist/templates/list_poetry.tmpl b/themes/erdgeist/templates/list_poetry.tmpl
index 3bde503..d05ec96 100644
--- a/themes/erdgeist/templates/list_poetry.tmpl
+++ b/themes/erdgeist/templates/list_poetry.tmpl
@@ -6,7 +6,7 @@
6 <ul class="poetry-list multi-columns post-list list-unstyled"> 6 <ul class="poetry-list multi-columns post-list list-unstyled">
7 % for post in posts: 7 % for post in posts:
8 <li class="post-list-item"> 8 <li class="post-list-item">
9 <a href="${post.permalink()}">${post.title(lang)}</a><div class="post-date">(${post.formatted_date('%b %Y')})</div> 9 <a href="${post.permalink()}">${post.title(lang)}</a><div class="post-date">(${post.formatted_date('MMM Y')})</div>
10 </li> 10 </li>
11 % endfor 11 % endfor
12 </ul> 12 </ul>