From f24f2d15275961f1c0144e68fde75a60aeaaa165 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 23 Jan 2023 22:20:47 -0500 Subject: move to bear theme --- themes/even/layouts/partials/post/toc.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 themes/even/layouts/partials/post/toc.html (limited to 'themes/even/layouts/partials/post/toc.html') diff --git a/themes/even/layouts/partials/post/toc.html b/themes/even/layouts/partials/post/toc.html deleted file mode 100644 index 4fed1c7..0000000 --- a/themes/even/layouts/partials/post/toc.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ if or .Params.toc (and .Site.Params.toc (ne .Params.toc false)) }} -
-

{{ T "toc" }}

- {{ $globalAutoCollapseToc := .Site.Params.autoCollapseToc | default false }} -
- {{.TableOfContents}} -
-
-{{- end }} \ No newline at end of file -- cgit v1.2.3