mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add anchors
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<hr class="hr" style="margin-bottom: 0;">
|
||||
|
||||
<h3 id="{{ include.name | slugify }}" class="title is-4 is-spaced bd-anchor-title">
|
||||
{{ include.name }}
|
||||
<span class="bd-anchor-name">
|
||||
{{ include.name }}
|
||||
</span>
|
||||
<a class="bd-anchor-link" href="#{{ include.name | slugify }}">
|
||||
#
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user