summaryrefslogtreecommitdiff
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, 5 insertions, 4 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index d942dec..0981ea9 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -1,9 +1,10 @@
<div id="navigation">
- <ul>
+ <ul class="navbar">
<li class="nav logo">Silicon Linux</li>
- <li class="nav"><a class="nav" href="/index.html">HOME</a></li>
- <li class="nav"><a class="nav"href="/download.html">DOWNLOAD</a></li>
- <li class="nav"><a class="nav" href="/support.html">SUPPORT</a></li>
+ <li class="nav"><a class="nav" href="/" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}>HOME</a></li>
+ <li class="nav"><a class="nav"href="/download.html" {% if page.url == "/download.html" %}style="background-color: #1f8e42;"{% endif %}>DOWNLOAD</a></li>
+ <li class="nav"><a class="nav" href="/support.html" {% if page.url == "/support.html" %}style="background-color: #1f8e42;"{% endif %}>SUPPORT</a></li>
+ <li class="nav"><a class="nav" href="/blog.html" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}>BLOG</a></li>
<li class="nav"><a class="nav"href="https://github.com/silicon-linux">GITHUB</a></li>
</ul>
</div>