summaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorcylexVEVO <nexergamingofficial@gmail.com>2019-02-24 21:05:22 -0500
committercylexVEVO <nexergamingofficial@gmail.com>2019-02-24 21:05:22 -0500
commit0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (patch)
tree5fb7b54764694c8c5778bce6eb56bcd11431e618 /_includes/navigator.html
parent3a1ac0119e10054a43205cbf4c14a30c43ca7a0f (diff)
downloadsilicon-linux-0bfdc245ee2bb782ff3a83858c64f3058dba5b8d.tar.gz
silicon-linux-0bfdc245ee2bb782ff3a83858c64f3058dba5b8d.tar.bz2
silicon-linux-0bfdc245ee2bb782ff3a83858c64f3058dba5b8d.zip
Remove hamburger menu
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 19651ce..5995560 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -6,7 +6,6 @@
<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 == "/faq.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/faq.html">FAQ</a></li>
<li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
- <li><i class="fa fa-bars"></i></li>
</ul>
</div>