aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-23 19:36:28 -0500
committerAlee <Alee14498@gmail.com>2019-01-23 19:36:28 -0500
commit7b26572a0a5cc5ba1a927348eed1856aacb73b35 (patch)
tree1377b949ed76e87620c1dad810c926717a53757e /_includes
parent22b634fa3322ca710c180bd8d98e8ce8d357a434 (diff)
downloadpersonal-website-7b26572a0a5cc5ba1a927348eed1856aacb73b35.tar.gz
personal-website-7b26572a0a5cc5ba1a927348eed1856aacb73b35.tar.bz2
personal-website-7b26572a0a5cc5ba1a927348eed1856aacb73b35.zip
removed the .html prefix
Diffstat (limited to '_includes')
-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