summaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-03 16:18:43 -0400
committerAlee <alee14498@gmail.com>2018-11-03 16:18:43 -0400
commita91277a372e6d5e1bac9e23fafc80530ac2dac47 (patch)
tree9ccc5fa3d2d9b22c962c1867731274b0af0cb8ef /_includes/navigator.html
parent9dfc51817b703bb39e72867498503e5fce9bdbcc (diff)
downloadsilicon-linux-a91277a372e6d5e1bac9e23fafc80530ac2dac47.tar.gz
silicon-linux-a91277a372e6d5e1bac9e23fafc80530ac2dac47.tar.bz2
silicon-linux-a91277a372e6d5e1bac9e23fafc80530ac2dac47.zip
fixed the navbar
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 0981ea9..7e54922 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -1,10 +1,10 @@
<div id="navigation">
<ul class="navbar">
<li class="nav logo">Silicon Linux</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" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
+ <li class="nav" {% if page.url == "/download.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/download.html">DOWNLOAD</a></li>
+ <li class="nav" {% if page.url == "/support.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/support.html">SUPPORT</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"><a class="nav"href="https://github.com/silicon-linux">GITHUB</a></li>
</ul>
</div>