summaryrefslogtreecommitdiffstats
path: root/templates/feed_entry.xml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-18 08:47:28 +0200
committerVolpeon <git@volpeon.ink>2022-06-18 08:47:28 +0200
commit7050b8141eae25a0cdc394fd195e66dd9af29ad7 (patch)
tree5ff32ef829157143f6f47278d114900b23f7616c /templates/feed_entry.xml
parentUse dvh unit to make exhibit component fill viewport (diff)
downloadvolpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.tar.gz
volpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.tar.bz2
volpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.zip
Improved exhibit
Diffstat (limited to 'templates/feed_entry.xml')
-rw-r--r--templates/feed_entry.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feed_entry.xml b/templates/feed_entry.xml
index a71b579..f0a7f1e 100644
--- a/templates/feed_entry.xml
+++ b/templates/feed_entry.xml
@@ -28,7 +28,8 @@ $endif$
28 $if(it.layout.is_exhibit)$ 28 $if(it.layout.is_exhibit)$
29 $for(it.images)$ 29 $for(it.images)$
30 <figure> 30 <figure>
31 <img src="$it$" /> 31 <img src="$it.url.full$" alt="$it.description$" />
32 <figcaption>$it.description$</figcaption>
32 </figure> 33 </figure>
33 $endfor$ 34 $endfor$
34 $endif$ 35 $endif$