fix: footer link targets (#11613)

This commit is contained in:
Shivam Mishra 2020-10-02 11:47:21 +05:30 committed by GitHub
parent c9de5bc468
commit c7dce0bf54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -%}