mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
9 lines
234 B
HTML
9 lines
234 B
HTML
<h4 id="{{ include.name | slugify }}" class="title is-5 is-spaced bd-anchor-title">
|
|
<span class="bd-anchor-name">
|
|
{{ include.name }}
|
|
</span>
|
|
<a class="bd-anchor-link" href="#{{ include.name | slugify }}">
|
|
#
|
|
</a>
|
|
</h4>
|