Archived
1
0

fix post template to include prefix

This commit is contained in:
Jeff Becker 2016-02-13 17:26:00 -05:00
parent 9d2461c716
commit 1896060218
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -16,7 +16,7 @@
{{#Attachments}}
<figure>
<figcaption>
<a href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" /></a>
<a href="{{Prefix}}{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Prefix}}{{Thumbnail}}" alt="{{Filename}}" /></a>
</figcaption>
</figure>
{{/Attachments}}