diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-16 21:57:57 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-16 21:57:57 +0200 |
commit | c171f4e5b83abdb3dd8b3ece6063a5b482ad3b6d (patch) | |
tree | 7a1a2b3a638273d38109b0a454da39614e24a2a8 /_layouts | |
parent | dee0b16c1cdf18d205ffcb738eda0e9049396fd0 (diff) |
add toc css + test html
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 0b306b1..7f035af 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@ <div class='navAreaWrapper'> <div class='sticky'> {% include navbar.html page="post" %} - <!-- <Chapters chapters={props.meta.chapters} /> --> + {% include toc.html content=content %} </div> </div> <!-- <MobileNavbar /> --> |