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 bcd572c commit 481ea5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<body>

{%- include header.html -%}

{% include toc.html html=content %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{% include toc.html html=content %}
{{ content }}
</div>
</main>

Expand Down

0 comments on commit 481ea5f

Please sign in to comment.