RSS按钮添加 target="_blank"

This commit is contained in:
Meekdai 2023-08-16 21:22:07 +08:00
parent b326b0014d
commit fd06e3ee96

View File

@ -54,7 +54,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-
</button></a>
{%- endif %}
{%- endfor %}
<a href="/rss.xml"><button id="buttonRSS" class="btn btn-invisible circle" title="RSS">
<a href="/rss.xml" target="_blank"><button id="buttonRSS" class="btn btn-invisible circle" title="RSS">
<svg class="octicon" width="16" height="16" >
<path id="pathRSS" fill-rule="evenodd"></path>
</svg>