|
@@ -47,6 +47,8 @@
|
|
{{/* Initialise code highlighting. */}}
|
|
{{/* Initialise code highlighting. */}}
|
|
{{ if $.Scratch.Get "highlight_enabled" }}
|
|
{{ if $.Scratch.Get "highlight_enabled" }}
|
|
<script>const code_highlighting = true;</script>
|
|
<script>const code_highlighting = true;</script>
|
|
|
|
+ {{ else }}
|
|
|
|
+ <script>const code_highlighting = false;</script>
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
|
|
{{ if ne site.Params.search.engine 0 }}
|
|
{{ if ne site.Params.search.engine 0 }}
|