Archived
1
0

Merge pull request #38 from chen-chan/patch-2

target="_blank" needs to be after href or it no werk
This commit is contained in:
Jeff 2015-12-20 21:42:31 -05:00
commit 35c6875b00

View File

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