mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
Allow html in image descriptions
This commit is contained in:
parent
bf07c6ab38
commit
d5acb43c3c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue