Update plist.html

This commit is contained in:
Meekdai 2024-04-07 14:07:31 +08:00
parent 4132a239a7
commit bd75753a73

View File

@ -47,7 +47,7 @@
</svg>
</a>
{% for key, value in blogBase['exlink'].items() -%}
<a href="{{ value }}" class="btn btn-invisible circle" title="{{ key }}">
<a href="{{ value }}" class="btn btn-invisible circle" title="{{ key }}" target="_blank">
<svg class="octicon" width="16" height="16" >
<path id="{{ key }}" fill-rule="evenodd"></path>
</svg>