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:
parent
e6ca1b07ed
commit
45f217fa78
@ -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}}
|
||||
|
Reference in New Issue
Block a user