aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-27 15:28:11 -0500
committerAlee <alee14498@gmail.com>2018-11-27 15:28:11 -0500
commitc73f70510952632c2b7d389df150fb952e2e1c13 (patch)
tree324b5241df0d2300eb5652a67808b72ada4a8d6a /_includes
parentd78870ba8343676c78f05235c80cf79e1afd9618 (diff)
downloadpersonal-website-c73f70510952632c2b7d389df150fb952e2e1c13.tar.gz
personal-website-c73f70510952632c2b7d389df150fb952e2e1c13.tar.bz2
personal-website-c73f70510952632c2b7d389df150fb952e2e1c13.zip
renamed the contact page to the about and added the specs list
Diffstat (limited to '_includes')
-rw-r--r--_includes/navigator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 9fe852a..af6e36b 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -4,6 +4,6 @@
<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 == "/contact.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/contact.html">CONTACT</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
</ul>
</div> \ No newline at end of file