From d329fe9dfb08a68adb1c3de1eaaa12b620c8bcd7 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 31 May 2026 22:15:53 +0000 Subject: [PATCH] removing custom TOC from single.html --- layouts/_default/single.html | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4fe7642..f1a125d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -26,21 +26,16 @@ {{ end }} - {{/* The Relative Wrapper: Acts as an anchor for the absolute TOC */}} -
- - {{/* Sidebar TOC: Mobile flow (Top), Desktop absolute (Right) */}} - {{ if .Params.showTableOfContents | default site.Params.article.showTableOfContents }} - - {{ end }} - - {{/* Main Content: Dead center, uninfluenced by anything */}} -
-
+ {{ end }} + +
{{ partial "series/series.html" . }} {{ .Content }} @@ -58,9 +53,8 @@ {{ partial "sharing-links.html" . }} {{ partial "related.html" . }}
-
- - + +