diff options
Diffstat (limited to 'themes/erdgeist/templates/list_poetry.tmpl')
| -rw-r--r-- | themes/erdgeist/templates/list_poetry.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/erdgeist/templates/list_poetry.tmpl b/themes/erdgeist/templates/list_poetry.tmpl new file mode 100644 index 0000000..3bde503 --- /dev/null +++ b/themes/erdgeist/templates/list_poetry.tmpl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%block name="content"> | ||
| 3 | <!-- Begin post-list ${post_list_id} --> | ||
| 4 | <div id="${post_list_id}" class="post-list"> | ||
| 5 | %if posts: | ||
| 6 | <ul class="poetry-list multi-columns post-list list-unstyled"> | ||
| 7 | % for post in posts: | ||
| 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> | ||
| 10 | </li> | ||
| 11 | % endfor | ||
| 12 | </ul> | ||
| 13 | %endif | ||
| 14 | </div> | ||
| 15 | <!-- End post-list ${post_list_id} --> | ||
| 16 | </%block> | ||
