mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Added target blank to links in the link table on post analytics
refs https://github.com/TryGhost/Team/issues/1955
This commit is contained in:
parent
f0a37a36ba
commit
80eaa567b5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
<div class="gh-links-list">
|
||||
{{#each this.links as |link|}}
|
||||
<div class="gh-links-list-item">
|
||||
<a href="{{link.link.to}}">{{link.link.title}}</a>
|
||||
<a href="{{link.link.to}}" target="_blank" rel="noopener noreferrer">{{link.link.title}}</a>
|
||||
<p class="gh-links-list-clicks">{{link.count.clicks}}</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
|
Loading…
Add table
Reference in a new issue