mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Remove navbar home link
This commit is contained in:
@@ -25,9 +25,6 @@
|
|||||||
|
|
||||||
<div id="navMenu{{ include.id }}" class="navbar-menu">
|
<div id="navMenu{{ include.id }}" class="navbar-menu">
|
||||||
<div class="navbar-start">
|
<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">
|
<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 }}">
|
<a class="navbar-link {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.documentation }}">
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user