Skip to content

Commit 020032c

Browse files
committed
adding 'about' to nav bar #18
1 parent 23ccfb5 commit 020032c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_includes/nav.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- NAVIGATION -->
22
<nav id="nav">
33
<ul class="wrapper">
4+
{% if site.sections.about %}
5+
<li class="nav-item">
6+
<a href="#about" class="nav-link">About</a>
7+
</li>
8+
{% endif %}
9+
410
{% if site.sections.location %}
511
<li class="nav-item">
612
<a href="#location" class="nav-link">Location</a>

0 commit comments

Comments
 (0)