summaryrefslogtreecommitdiffstats
path: root/templates/feed_entry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feed_entry.xml')
-rw-r--r--templates/feed_entry.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/feed_entry.xml b/templates/feed_entry.xml
index f0a7f1e..03d6569 100644
--- a/templates/feed_entry.xml
+++ b/templates/feed_entry.xml
@@ -22,15 +22,4 @@ $else$
22 </author> 22 </author>
23 $endfor$ 23 $endfor$
24$endif$ 24$endif$
25<content type="html"><![CDATA[ 25<content type="html"><![CDATA[$it.content$]]></content>
26 $it.content$
27
28 $if(it.layout.is_exhibit)$
29 $for(it.images)$
30 <figure>
31 <img src="$it.url.full$" alt="$it.description$" />
32 <figcaption>$it.description$</figcaption>
33 </figure>
34 $endfor$
35 $endif$
36]]></content>