mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add anchors
This commit is contained in:
8
docs/_includes/components/anchors.html
Normal file
8
docs/_includes/components/anchors.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div id="anchorsReference" class="bd-anchors-reference"></div>
|
||||
<nav id="anchors" class="bd-anchors">
|
||||
<p class="bd-anchors-title">
|
||||
On this page
|
||||
</p>
|
||||
|
||||
<ul class="bd-anchors-list"></ul>
|
||||
</nav>
|
||||
@@ -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