Archived
1
0

tweak post.mustache

This commit is contained in:
jeff 2015-11-07 12:49:34 -05:00
parent 5219bcefab
commit 39c6c6b963

View File

@ -19,9 +19,8 @@
{{#Attachments}} {{#Attachments}}
<figure> <figure>
<figcaption> <figcaption>
<a target="_blank" href="{{Source}}" title="{{Filename}}">{{Filename}}</a> <a target="_blank" href="{{Source}}" title="{{Filename}}"><img src="{{Thumbnail}}" alt="{{Filename}}" /></a>
</figcaption> </figcaption>
<img src="{{Thumbnail}}" alt="{{Filename}}" />
</figure> </figure>
{{/Attachments}} {{/Attachments}}
</fieldset> </fieldset>