summaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-03 16:35:36 -0400
committerAlee <alee14498@gmail.com>2018-11-03 16:35:36 -0400
commit3c5880aeb92c642e017c07ddea4abc9df688d823 (patch)
treeed7cbc36fb1a54630042ce73e42580afce4d2473 /_includes/navigator.html
parenta91277a372e6d5e1bac9e23fafc80530ac2dac47 (diff)
downloadsilicon-linux-3c5880aeb92c642e017c07ddea4abc9df688d823.tar.gz
silicon-linux-3c5880aeb92c642e017c07ddea4abc9df688d823.tar.bz2
silicon-linux-3c5880aeb92c642e017c07ddea4abc9df688d823.zip
About page
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 7e54922..3e6e8f3 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -3,8 +3,9 @@
<li class="nav logo">Silicon Linux</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" {% if page.url == "/support.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/support.html">SUPPORT</a></li>
<li class="nav"><a class="nav"href="https://github.com/silicon-linux">GITHUB</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>