From 604dcfe244ab8f6913db9dec3de5796ad32f43f5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 11 Jun 2022 16:26:47 +0200 Subject: Removed private section, various improvements --- templates/partials/small_gallery_card.html | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/partials/small_gallery_card.html (limited to 'templates/partials/small_gallery_card.html') diff --git a/templates/partials/small_gallery_card.html b/templates/partials/small_gallery_card.html new file mode 100644 index 0000000..35d87e4 --- /dev/null +++ b/templates/partials/small_gallery_card.html @@ -0,0 +1,39 @@ +$if(it.url)$ +$if(it.thumbnail)$ + +
+
+ Preview thumbnail of "$it.title$" +
+
+
+
+ $if(it.subtitle)$ + $it.title$ + $it.subtitle$ + $elseif(it.category)$ + $it.category$ + $it.title$ + $elseif(it.date)$ + + $it.title$ + $else$ + $it.title$ + $endif$ +
+
+
+$endif$ +$endif$ -- cgit v1.2.3-54-g00ecf