summaryrefslogtreecommitdiff
path: root/plt/art/page_list_entry.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /plt/art/page_list_entry.html
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'plt/art/page_list_entry.html')
-rw-r--r--plt/art/page_list_entry.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/plt/art/page_list_entry.html b/plt/art/page_list_entry.html
new file mode 100644
index 0000000..1790025
--- /dev/null
+++ b/plt/art/page_list_entry.html
@@ -0,0 +1,5 @@
+{%macro print(page, class='')%}
+<a class="zoom-in {{class}}" href="{{page.url}}" alt="{{page.title}}">
+ <img src="{{page.image_url}}" alt="{{page.title}}">
+</a>
+{%endmacro%}