Add anchor link to link group title
This commit is contained in:
parent
b18c487bfd
commit
14dc031cd4
|
@ -21,7 +21,9 @@ isContentDivided: true
|
||||||
<article class="tabwrap">
|
<article class="tabwrap">
|
||||||
{% for group in linkGroups %}
|
{% for group in linkGroups %}
|
||||||
<section id="{{ group.data.title | slugify }}" class="content__section">
|
<section id="{{ group.data.title | slugify }}" class="content__section">
|
||||||
<h2>{{ group.data.title }}</h2>
|
{% headingAnchor 2 %}
|
||||||
|
{{ group.data.title }}
|
||||||
|
{% endheadingAnchor %}
|
||||||
{{ group.templateContent | safe }}
|
{{ group.templateContent | safe }}
|
||||||
<a href="#linktabs" class="tab__btn" style="margin-top: 3em;">Back to tabs</a>
|
<a href="#linktabs" class="tab__btn" style="margin-top: 3em;">Back to tabs</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue