From 2df1263a2a994315a0c752feb27640dcc45234c2 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 13 May 2020 21:14:56 +0200 Subject: using remote theme --- _includes/git-wiki/components/toc/toc.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 _includes/git-wiki/components/toc/toc.html (limited to '_includes/git-wiki/components/toc/toc.html') diff --git a/_includes/git-wiki/components/toc/toc.html b/_includes/git-wiki/components/toc/toc.html deleted file mode 100644 index 7329f40..0000000 --- a/_includes/git-wiki/components/toc/toc.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if site.inc_before_toc %} -{% include {{ site.inc_before_toc }} %} -{% endif %} - -{% include git-wiki/components/toc/toc-lib.html title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=3 ordered=1 %} - -{% if site.inc_after_toc %} -{% include {{ site.inc_after_toc }} %} -{% endif %} -- cgit