Skip to content

Commit 4154e18

Browse files
committed
WIP
1 parent 0eb97f8 commit 4154e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
</nav>
3636

3737
<main role="main" class="col-md-9 ml-sm-auto col-lg-10 px-4">
38+
{{ content | toc_only }}
3839

39-
{{ content }}
40+
{{ content | inject_anchors }}
4041

4142
<footer class="site-footer">
4243
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->

0 commit comments

Comments
 (0)