Skip to content

Commit

Permalink
fix toc
Browse files Browse the repository at this point in the history
  • Loading branch information
yoa1226 committed Oct 15, 2024
1 parent 06cafcd commit 6bb4ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{%- include header.html -%}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{% include toc.html html=content h_min = 2%}
{{ content }}
{% include toc.html html=content h_min = 2 %}
</div>
</main>

Expand Down

0 comments on commit 6bb4ca8

Please sign in to comment.