Format link page heading anchor indentation

This commit is contained in:
Helen Chong 2024-06-30 19:19:52 +08:00
parent 21051b5cf7
commit a91eb31e75
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +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">
{% headingAnchor 2 %} {% headingAnchor 2 %}
{{ group.data.title }} {{ group.data.title }}
{% endheadingAnchor %} {% 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>