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 83812f5 commit 4d668cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

{%- include head.html -%}

{% include toc.html html=content h_min = 2 %}
<body>

{%- include header.html -%}
{% include toc.html html=content h_min = 2 %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
Expand Down

0 comments on commit 4d668cf

Please sign in to comment.