Skip to content

Commit ae860b3

Browse files
authored
Add files via upload
1 parent a823cef commit ae860b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/nav.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% for link in site.data.navigation.main %}
2+
{% if link.right %}
3+
<a class="normal right" href="{{ link.url }}">{{ link.title }}</a>
4+
{% else %}
5+
<a class="normal" href="{{ link.url }}">{{ link.title }}</a>
6+
{% endif %}
7+
{% endfor %}
8+

0 commit comments

Comments
 (0)