From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Fri, 16 Dec 2022 17:45:03 -0600
Subject: change structure for new pyssg version

---
 plt/blog/page_list.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 plt/blog/page_list.html

(limited to 'plt/blog/page_list.html')

diff --git a/plt/blog/page_list.html b/plt/blog/page_list.html
new file mode 100644
index 0000000..b818884
--- /dev/null
+++ b/plt/blog/page_list.html
@@ -0,0 +1,15 @@
+{%macro print(name, pages)%}
+  <h2>{{name}}</h2>
+  <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>
+        {%endif%}
+      {%else%}
+        <h3>{{p.cdate_list_sep}}</h3>
+      {%endif%}
+      <li>{{p.cdate_list}} - <a href="{{p.url}}">{{p.title}}</a></li>
+    {%endfor%}
+  </ul>
+{%endmacro%}
-- 
cgit v1.2.3-70-g09d2