mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add bulma start
This commit is contained in:
@@ -119,6 +119,14 @@
|
||||
More
|
||||
</div>
|
||||
<div id="moreDropdown" class="navbar-dropdown {% if include.boxed %}is-boxed{% endif %}">
|
||||
<a class="navbar-item {% if page.route == 'bulma-start' %}is-active{% endif %}" href="{{ site.url }}/bulma-start/">
|
||||
<p>
|
||||
<strong>Bulma start</strong>
|
||||
<br>
|
||||
<small>A tiny npm package to get started</small>
|
||||
</p>
|
||||
</a>
|
||||
<hr class="navbar-divider">
|
||||
<a class="navbar-item {% if page.route == 'made-with-bulma' %}is-active{% endif %}" href="{{ site.url }}/made-with-bulma/">
|
||||
<p>
|
||||
<strong>Made with Bulma</strong>
|
||||
@@ -126,6 +134,7 @@
|
||||
<small>The official community badge</small>
|
||||
</p>
|
||||
</a>
|
||||
<hr class="navbar-divider">
|
||||
<a class="navbar-item {% if page.route == 'extensions' %}is-active{% endif %}" href="{{ site.url }}/extensions/">
|
||||
<p>
|
||||
<strong>Extensions</strong>
|
||||
|
||||
Reference in New Issue
Block a user