Update _navigation.html

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

View File

@ -12,7 +12,6 @@
{% 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 %}