IMPROVEMENT: open webpage in the new tab
This commit is contained in:
parent
1e813c172a
commit
c40b442467
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
{{ end }}
|
||||
</td>
|
||||
<td style="padding-left: 20px">
|
||||
<a href="{{ .a }}">{{.word}}</a>
|
||||
<a href="{{ .a }}" target="_blank" rel="noopener noreferrer">{{.word}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue