Skip to content

Commit

Permalink
Update nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas authored Mar 19, 2018
1 parent 6f1784e commit c68a949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="logo">
</h1>
<ul class="navbar">
{% for item in site.data.navigation %}
<li><a href="{{ item.link | prepend: site.baseurl }}" {% if item.newtab} target="_blank" {% endif %}>
<li><a href="{{ item.link | prepend: site.baseurl }}">
{{ item.name }}
</a></li>
{% endfor %}
Expand Down

0 comments on commit c68a949

Please sign in to comment.