aboutsummaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
committerAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
commite0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch)
tree4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /_includes/navigator.html
parent8b116f86f4a6ce0455004bead277770dc605f1c1 (diff)
downloadpersonal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip
Massive changes
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 82e6550..89e617e 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -2,8 +2,8 @@
<ul class="navbar">
<li class="nav logo">Andrew Lee</li>
<li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
- <li class="nav" {% if page.url == "/project.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/project.html">PROJECTS</a></li>
+ <li class="nav" {% if page.url == "/project.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/project.html">PROJECTS</a></li>
<li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog.html">BLOG</a></li>
- <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
+ <li class="nav" {% if page.url == "/contact.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/contact.html">CONTACT</a></li>
</ul>
</div> \ No newline at end of file