From 403bcd7509498638b6e34d38eb29e1c3620917c9 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 6 Jun 2021 12:56:44 -0600 Subject: finish base art page and upload first post --- art/plt/page_list.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'art/plt/page_list.html') diff --git a/art/plt/page_list.html b/art/plt/page_list.html index bd1f678..8cdebd8 100644 --- a/art/plt/page_list.html +++ b/art/plt/page_list.html @@ -1,15 +1,22 @@ {%macro print(pages)%} -

Articles

- + {%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