From 1c0a9895169b1e6bd3c87aad057fabd3bdc3ee4d Mon Sep 17 00:00:00 2001 From: Xueyang Chen Date: Sun, 9 Jul 2023 21:21:15 +0800 Subject: [PATCH] Bug Fixes: Floating Position of TOC and Layout Setting for Article Header The extra space makes the TOC floating position wrong lg:top-10, rather than lg:top-[140px] for the 'fixed' header layout --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 60f58bc4..827e0b9c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -62,7 +62,7 @@ {{ if or (and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in .TableOfContents " -
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in @@ -108,4 +108,4 @@ {{ end }} -{{ end }} \ No newline at end of file +{{ end }}