Skip to content

Commit 5caba29

Browse files
authored
Add links indicators to section headers
1 parent 8f44f1f commit 5caba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl
5858
<!-- MAIN CONTENT -->
5959
<div id="main_content_wrap" class="outer">
6060
<section id="main_content" class="inner">
61-
{{ content }}
61+
{% include anchor_headings.html html=content anchorBody="#" %}
6262
</section>
6363
</div>
6464

0 commit comments

Comments
 (0)