Archived
1
0

target="_blank" needs to be after href or it no werk

tbh smh onii-fam

also figcaption is completely unnecessary here tbh.
This commit is contained in:
chen-chan 2015-12-21 01:58:25 +01:00
parent e6ca1b07ed
commit 45f217fa78

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}}