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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Valls Pla <xaviervallspla@gmail.com>2020-06-24 18:22:17 +0300
committerXavier Valls Pla <xaviervallspla@gmail.com>2020-06-24 19:34:50 +0300
commitc1a9553784ded3fcfc4a6e1d0087ee3933a6be9b (patch)
tree9f4c8d3aa6995f2c382638a16ac45c63d0d087d1 /layouts
parent286b693f3fd68c04fe8f4546e149d7ed96b40d3f (diff)
signal in toc the current section
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index fa8be2d..7443fae 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -35,5 +35,6 @@
{{ end }}
{{ define "scripts" }}
+ <script src="/js/table-of-contents.js"></script>
<script src="https://unpkg.com/prismjs@^1.2"></script>
{{ end }}