adds @bram1028's suggestion

This commit is contained in:
Matthew Wang 2020-01-22 14:54:31 -08:00
parent 5549a15df9
commit da79e3e214
1 changed files with 5 additions and 5 deletions

View File

@ -44,11 +44,11 @@ layout: table_wrappers
<ul class="list-style-none text-small aux-nav"> <ul class="list-style-none text-small aux-nav">
{% for link in site.aux_links %} {% for link in site.aux_links %}
<li class="d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}"> <li class="d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}">
{% if site.aux_links_new_tab %} <a href="{{ link.last }}"
<a href="{{ link.last }}" target="_blank" rel="noopener noreferrer"> {% if site.aux_links_new_tab %}
{% else %} target="_blank" rel="noopener noreferrer"
<a href="{{ link.last }}"> {% endif %}
{% endif %} >
{{ link.first }} {{ link.first }}
</a> </a>
</li> </li>