diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 |
| commit | 23f0e1561767dd8a396188e317bae5920d171ea8 (patch) | |
| tree | a67f44e39ad8a45e42d60634488a65c37f3ad432 /themes/erdgeist/templates/list_poetry.tmpl | |
Initial import of my nikola website
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> | ||
