aboutsummaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
new file mode 100644
index 0000000..61918d5
--- /dev/null
+++ b/_includes/navigator.html
@@ -0,0 +1,9 @@
+<nav class="black">
+ <ul class="navbar">
+ <li class="nav logo"><a class="nav" href="/">AleeCorp</a></li>
+ <li class="nav" {% if page.url == "/" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/">Home</a></li>
+ <!--<li class="nav" {% if page.url == "/history.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/history">History</a></li>-->
+ <li class="nav" {% if page.url == "/blog.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/blog">Blog</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/about">About</a></li>
+ </ul>
+</nav> \ No newline at end of file