mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07: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>
|
<span class="timestamp">Published {{timestamp}}</span>
|
||||||
<img class="image-actual" src="{{src}}" alt="{{alt}}">
|
<img class="image-actual" src="{{src}}" alt="{{alt}}">
|
||||||
{{#if desc}}
|
{{#if desc}}
|
||||||
<p>{{desc}}</p>
|
<p>{{{desc}}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<p><a href="{{src}}">View full size image</a></p>
|
<p><a href="{{src}}">View full size image</a></p>
|
||||||
<h3 class="tags-title">Tags</h3>
|
<h3 class="tags-title">Tags</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue