From 3a1d7848cb3ceb122b573737b4fba8106792ab5d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 11 Jul 2024 02:38:39 +0100 Subject: initial commit --- templates/thumbs.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/thumbs.html (limited to 'templates/thumbs.html') diff --git a/templates/thumbs.html b/templates/thumbs.html new file mode 100644 index 0000000..91cfd74 --- /dev/null +++ b/templates/thumbs.html @@ -0,0 +1,27 @@ +
+ $for(posts)$ +
+ $if(thumbnail)$ +
$thumbnail$
+
+ $endif$ + + $if(subtitle)$ +
+ $subtitle$ +
+ $endif$ +
+ $endfor$ +
\ No newline at end of file -- cgit