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:
commit
35c6875b00
@ -16,7 +16,7 @@
|
|||||||
{{#Attachments}}
|
{{#Attachments}}
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
{{/Attachments}}
|
{{/Attachments}}
|
||||||
|
Reference in New Issue
Block a user