From 7481e417d69af5fa3e4bfc78e9aa45f8b2d369ce Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:08:01 -0500 Subject: fix toc with heading padding stuff --- template.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 2 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index a6e44ae..366d7d9 100644 --- a/template.html +++ b/template.html @@ -4,9 +4,88 @@ $title$ + $if(toc)$ + + $endif$ -

$title$

- $body$ +
+
+ « Back +

$title$

+ $body$ +
+ $if(toc)$ + + $endif$ +
-- cgit v1.3.1