aboutsummaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 11:19:09 -0500
committerAlee <alee14498@gmail.com>2018-11-18 11:19:09 -0500
commit5544220a54f2dc991c31623c13e2f0bb5361dea8 (patch)
tree88cf8c2d30f906a4c28c82cbbe7437fce36d5946 /_includes/navigator.html
parente0a73854a9e48d87e28e415e7d0b312e386c4b82 (diff)
downloadpersonal-website-5544220a54f2dc991c31623c13e2f0bb5361dea8.tar.gz
personal-website-5544220a54f2dc991c31623c13e2f0bb5361dea8.tar.bz2
personal-website-5544220a54f2dc991c31623c13e2f0bb5361dea8.zip
Massive changes again
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 89e617e..9fe852a 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -2,7 +2,7 @@
<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 == "/projects.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/projects.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 == "/contact.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/contact.html">CONTACT</a></li>
</ul>