From 723fbfe2eea717cd18defdc2cd599650815e6ed0 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Thu, 26 Sep 2024 17:43:34 +0200 Subject: [PATCH] hide blog post toc --- css/blog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/blog.scss b/css/blog.scss index 2e82bcb81ea..a84821ae467 100644 --- a/css/blog.scss +++ b/css/blog.scss @@ -615,7 +615,7 @@ footer{ } @media print { - section.recentposts { + section.recentposts, div.toc_sidebar { display: none !important; } }