From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- art/plt/page_list.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 art/plt/page_list.html (limited to 'art/plt/page_list.html') diff --git a/art/plt/page_list.html b/art/plt/page_list.html deleted file mode 100644 index 8cdebd8..0000000 --- a/art/plt/page_list.html +++ /dev/null @@ -1,22 +0,0 @@ -{%macro print(pages)%} -{%import "art_entry.html" as art_entry%} -
- {%for p in pages%} - {%if p.meta['tall'] is defined%} - {%if p.meta['wide'] is defined%} - {{art_entry.print(p, 'tall wide')}} - {%else%} - {{art_entry.print(p, 'tall')}} - {%endif%} - {%elif p.meta['wide'] is defined%} - {%if p.meta['tall'] is defined%} - {{art_entry.print(p, 'tall wide')}} - {%else%} - {{art_entry.print(p, 'tall')}} - {%endif%} - {%else%} - {{art_entry.print(p)}} - {%endif%} - {%endfor%} -
-{%endmacro%} -- cgit v1.2.3-70-g09d2