diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 5ba452ec46abc8dda2ed9e1e32a948d87a9fbf2a..f9a1810faa559023bdbe8ac2ea4e6e56c62c81a9 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 }}">