diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-06 06:59:20 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-06 06:59:20 -0600 |
commit | 28d1ea21350640ff5da7412b7e096cc09f7cb567 (patch) | |
tree | 2177386769bed078f73a9360d340059f49f409a8 /art/plt/page_list.html | |
parent | 408da9eafe37c7522ab7aeb212df09b46487bcbd (diff) |
refactor css and theme switcher
Diffstat (limited to 'art/plt/page_list.html')
-rw-r--r-- | art/plt/page_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/plt/page_list.html b/art/plt/page_list.html index 16dc4d5..bd1f678 100644 --- a/art/plt/page_list.html +++ b/art/plt/page_list.html @@ -1,6 +1,6 @@ {%macro print(pages)%} <h2>Articles</h2> - <ul> + <ul class="page-list"> {%for p in pages%} {%if loop.previtem%} {%if loop.previtem.cdate_list_sep !=p.cdate_list_sep%} |