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 ddce7cb commit 912d4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<body>

{%- include header.html -%}
{% include toc.html %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
Expand Down
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ <h1 class="post-title">{{ page.title | escape }}</h1>
-->

<div class="post-content">
{% include toc.html html=content %}
{{ content }}
</div>

Expand Down

0 comments on commit 912d4a3

Please sign in to comment.