diff options
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> |