Update plist.html
This commit is contained in:
parent
4132a239a7
commit
bd75753a73
@ -47,7 +47,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
{% for key, value in blogBase['exlink'].items() -%}
|
{% 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" >
|
<svg class="octicon" width="16" height="16" >
|
||||||
<path id="{{ key }}" fill-rule="evenodd"></path>
|
<path id="{{ key }}" fill-rule="evenodd"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user