Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorandan <52553740+morandan@users.noreply.github.com>2021-07-04 20:04:26 +0300
committerGitHub <noreply@github.com>2021-07-04 20:04:26 +0300
commitc673cbbb73da1caa8201578e13f0d2b8144066f6 (patch)
tree79a79ddb9f74a5277f05beeaaad066620bd2689a
parentff8e0c9fd38f3aeeebe1c3d3f129de2af2b9163b (diff)
add-toc
-rw-r--r--layouts/_default/single.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b4a20f1..c7da728 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -39,8 +39,6 @@
{{- if (eq .Params.toc true) -}}
<h3>Table of Contents</h3>
{{ .TableOfContents }}
-
-
{{- end -}}
{{ .Content }}