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