summaryrefslogtreecommitdiff
path: root/plt/blog/page_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'plt/blog/page_list.html')
-rw-r--r--plt/blog/page_list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plt/blog/page_list.html b/plt/blog/page_list.html
index b818884..33201f8 100644
--- a/plt/blog/page_list.html
+++ b/plt/blog/page_list.html
@@ -3,13 +3,13 @@
<ul class="page-list">
{%for p in pages%}
{%if loop.previtem%}
- {%if loop.previtem.cdate_list_sep != p.cdate_list_sep%}
- <h3>{{p.cdate_list_sep}}</h3>
+ {%if loop.previtem.cdate('list_sep_date') != p.cdate('list_sep_date')%}
+ <h3>{{p.cdate('list_sep_date')}}</h3>
{%endif%}
{%else%}
- <h3>{{p.cdate_list_sep}}</h3>
+ <h3>{{p.cdate('list_sep_date')}}</h3>
{%endif%}
- <li>{{p.cdate_list}} - <a href="{{p.url}}">{{p.title}}</a></li>
+ <li>{{p.cdate('list_date')}} - <a href="{{p.url}}">{{p.title}}</a></li>
{%endfor%}
</ul>
{%endmacro%}