#24: Add JS script to keep menu on same position on reload

This commit is contained in:
Alex Shpak
2019-02-20 00:28:16 +01:00
parent d9961ece4e
commit dd0f7f7a5e
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
{{- template "hrefhack" . -}}
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- .Content -}}
{{ end }}
{{ if .Site.Params.BookEnableJS }}
{{- template "jsmenu" . -}}
{{ end }}