fix post template to include prefix
This commit is contained in:
parent
9d2461c716
commit
1896060218
@ -16,7 +16,7 @@
|
|||||||
{{#Attachments}}
|
{{#Attachments}}
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
{{/Attachments}}
|
{{/Attachments}}
|
||||||
|
Reference in New Issue
Block a user