From 9eced82e931d8f1f5d535f75548906cdff02573f Mon Sep 17 00:00:00 2001 From: Jean Date: Sat, 31 Aug 2024 21:52:37 -0700 Subject: [PATCH] Fixed missing table of contents --- post.hbs | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/post.hbs b/post.hbs index 47a617a4..80b6e8f9 100644 --- a/post.hbs +++ b/post.hbs @@ -23,22 +23,9 @@ {{/if}}
- {{!-- Adds table of contents unless instructed not to --}} - {{^has tag="#hide toc"}} - - - - - {{/has}} + {{content}} @@ -53,7 +40,18 @@
- + {{!-- Adds table of contents unless instructed not to --}} + {{^has tag="#hide toc"}} + + + {{/has}} {{/post}}