fix: footer link targets (#11613)
This commit is contained in:
parent
c9de5bc468
commit
c7dce0bf54
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% macro footer_link(item) %}
|
||||
<a href="{{ item.url | abs_url }}" class="footer-link">
|
||||
<a href="{{ item.url | abs_url }}" {{ item.target }} class="footer-link">
|
||||
{%- if item.icon -%}
|
||||
<img src="{{ item.icon }}" alt="{{ item.label }}">
|
||||
{%- else -%}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue