aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/navigator.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index af6e36b..00a24fd 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 == "/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 == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
+ <li class="nav" {% if page.url == "/projects.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/projects">PROJECTS</a></li>
+ <li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog">BLOG</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about">ABOUT</a></li>
</ul>
</div> \ No newline at end of file