diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2025-01-02 03:42:39 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2025-01-02 03:42:39 +0100 |
commit | 9bb5248dab5fafc7e999ec92667b8dba8a5cc644 (patch) | |
tree | cbd78cd873f58d1e557c5fa16e0d9f6ba03e81e2 /themes/erdgeist/templates/list_projectnews.tmpl | |
parent | b58baee6f027fd03d81d1847be54aec33e0b2f95 (diff) |
bring the blog up to date
Diffstat (limited to 'themes/erdgeist/templates/list_projectnews.tmpl')
-rw-r--r-- | themes/erdgeist/templates/list_projectnews.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/erdgeist/templates/list_projectnews.tmpl b/themes/erdgeist/templates/list_projectnews.tmpl index abb515b..8c6a9eb 100644 --- a/themes/erdgeist/templates/list_projectnews.tmpl +++ b/themes/erdgeist/templates/list_projectnews.tmpl | |||
@@ -6,7 +6,7 @@ | |||
6 | <ul class="poetry-list post-list list-unstyled"> | 6 | <ul class="poetry-list 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 | <div style="float:left; margin-right: .6em"><a href="${post.permalink()}">(${post.formatted_date('%Y-%m-%d')})</a></div> ${post.text(lang)} | 9 | <div style="float:left; margin-right: .6em"><a href="${post.permalink()}">(${post.formatted_date('Y-m-d')})</a></div> ${post.text(lang)} |
10 | </li> | 10 | </li> |
11 | % endfor | 11 | % endfor |
12 | </ul> | 12 | </ul> |