IMPROVEMENT: open webpage in the new tab

This commit is contained in:
FarseaSH 2022-05-08 19:59:15 +08:00
parent 1e813c172a
commit c40b442467

View file

@ -53,7 +53,7 @@
{{ end }} {{ end }}
</td> </td>
<td style="padding-left: 20px"> <td style="padding-left: 20px">
<a href="{{ .a }}">{{.word}}</a> <a href="{{ .a }}" target="_blank" rel="noopener noreferrer">{{.word}}</a>
</td> </td>
</tr> </tr>
</table> </table>