Remove navbar home link

This commit is contained in:
Jeremy Thomas 2017-07-30 22:33:50 +01:00
parent b0ca1fb753
commit 44fc1cd61b
2 changed files with 1835 additions and 588 deletions

View File

@ -25,9 +25,6 @@
<div id="navMenu{{ include.id }}" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item {% if page.route == 'index' %}is-active{% endif %}" href="{{ site.url }}/">
Home
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.documentation }}">
Docs

File diff suppressed because one or more lines are too long