summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index b7cf52243..67cd8bf50 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -144,6 +144,12 @@
</a>
</div>
+ <div class="enclosure thumbnail" ng-if="item.mediaThumbnail">
+ <a ng-href="{{ ::item.enclosureLink }}"><img ng-src="{{ item.mediaThumbnail|trustUrl }}" alt="" /></a>
+ </div>
+
+ <div class="enclosure description" ng-if="item.mediaDescription" news-bind-html-unsafe="item.mediaDescription"></div>
+
<div class="body" news-bind-html-unsafe="item.body" ng-attr-dir="{{item.rtl && 'rtl'}}"></div>
</div>