Update _navigation.html

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

View File

@ -12,6 +12,7 @@
{% assign links = site.pages | where_exp: "item", "item.menuorder != nil" %}
{% assign alllinks = links | concat: site.data.navigation | sort: 'menuorder' %}
{% for link in alllinks %}
{{site.github.url}}
{% 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 %}>
{% if link.menutitle %}