summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/navigator.html9
2 files changed, 6 insertions, 5 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index bbb0801..0e03337 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,3 +1,3 @@
<div class="footer">
- <p>&copy; Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p>
+ <p>&copy; Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a><br><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></p>
</div>
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>