diff options
Diffstat (limited to '_includes/navigator.html')
| -rw-r--r-- | _includes/navigator.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html index 5cf1dd8..79b7ce7 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -5,7 +5,6 @@ <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 == "/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> <li class="nav"><a href="javascript:void(0);" class="icon" onclick="myFunction()"></a></li> <li><i class="fa fa-bars"></i></li> |
