summaryrefslogtreecommitdiff
path: root/plt/blog/page_list.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-05-06 06:57:14 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-05-06 06:57:14 -0600
commitac319db35938ed9b0232186caa3486b9f8caf655 (patch)
tree45e2b95a0c46082987a324567ca00a429114daa2 /plt/blog/page_list.html
parent70e783628b1bf863da45cc8879b06288a498840b (diff)
update css and templates, add new entry
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%}