From 1c0dcfdcb550ff5dacc80b3bf179f8fe9defee26 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Tue, 27 Dec 2022 12:35:14 +0100 Subject: [PATCH] fix toc post --- layouts/posts/single.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 5ba452ec..f9a1810f 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,13 +1,6 @@ {{ define "main" }} {{ partial "posts/hero-single.html" . }} - {{ partial "toc/container.html" - (dict - "toc" "toc/default.html" - "context" . - ) - }} - <div class="document-content" itemscope itemtype="https://schema.org/NewsArticle"> <meta itemprop="headline" content="{{ partial "PrepareHTML" .Title }}"> <meta itemprop="url" content="{{ .Permalink }}"> -- GitLab