mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
d773f4dcd5
* Add responsive button sizes * Clean up code * Add responsive buttons playground
14 lines
341 B
HTML
14 lines
341 B
HTML
<h3 id="{{ include.name | slugify }}" class="title is-4 is-spaced bd-anchor-title">
|
|
<span class="bd-anchor-name">
|
|
{{ include.name }}
|
|
</span>
|
|
<a class="bd-anchor-link" href="#{{ include.name | slugify }}">
|
|
#
|
|
</a>
|
|
{% if include.tag %}
|
|
<span class="tag is-success">
|
|
{{ include.tag }}
|
|
</span>
|
|
{% endif %}
|
|
</h3>
|