diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
commit | a2a2e04fcd623e515d3f106038d8d46f827d4c79 (patch) | |
tree | 0611cb8b64bd8dd3d3b679b204f096c9ea2f2252 /_layouts | |
parent | c171f4e5b83abdb3dd8b3ece6063a5b482ad3b6d (diff) |
fix table of contents
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 7f035af..4597623 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@ <div class='navAreaWrapper'> <div class='sticky'> {% include navbar.html page="post" %} - {% include toc.html content=content %} + {% toc %} </div> </div> <!-- <MobileNavbar /> --> |