Allow html in image descriptions

This commit is contained in:
Zoey 2023-02-10 21:52:02 -08:00
parent bf07c6ab38
commit d5acb43c3c

View file

@ -3,7 +3,7 @@
<span class="timestamp">Published {{timestamp}}</span>
<img class="image-actual" src="{{src}}" alt="{{alt}}">
{{#if desc}}
<p>{{desc}}</p>
<p>{{{desc}}}</p>
{{/if}}
<p><a href="{{src}}">View full size image</a></p>
<h3 class="tags-title">Tags</h3>