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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plt/blog/page_list.html b/plt/blog/page_list.html
index 33201f8..05ce648 100644
--- a/plt/blog/page_list.html
+++ b/plt/blog/page_list.html
@@ -9,7 +9,7 @@
{%else%}
<h3>{{p.cdate('list_sep_date')}}</h3>
{%endif%}
- <li>{{p.cdate('list_date')}} - <a href="{{p.url}}">{{p.title}}</a></li>
+ <li><span class="page-list-item">{{p.cdate('list_date')}}</span> - <a href="{{p.url}}">{{p.title}}</a></li>
{%endfor%}
</ul>
{%endmacro%}