Update _navigation.html

This commit is contained in:
dnoneill 2021-07-16 14:34:43 -04:00 committed by GitHub
parent 1070237544
commit 7996b26365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% for link in alllinks %} {% for link in alllinks %}
{{site.github.url}} {{site.github.url}}
{% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %} {% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %}
+ <li><a href="{{ url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}> <li><a href="{{ url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>
{% if link.menutitle %} {% if link.menutitle %}
{{link.menutitle}} {{link.menutitle}}
{% else %} {% else %}