We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in layouts/partials/highlight-js.html - I fixed by:
diff --git a/layouts/partials/highlight-js.html b/layouts/partials/highlight-js.html index 87c347d..917399d 100644 --- a/layouts/partials/highlight-js.html +++ b/layouts/partials/highlight-js.html @@ -7,12 +7,12 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/{{.}}.min.js"></script> {{ end }} {{ end }} - {{ end }} <script type="text/javascript"> {{ with $.Scratch.Get "hl_languages" }} hljs.configure({languages: [{{(delimit . ", ")}}]}); {{ end }} hljs.initHighlightingOnLoad(); </script> + {{ end }} {{ $.Scratch.Delete "hl_languages" }} {{ end }} (END)
The text was updated successfully, but these errors were encountered:
Merge pull request spf13#76 from Fishbowler/sidebar_html_fix
bc30ead
Fix sidebar menu HTML structure
No branches or pull requests
in layouts/partials/highlight-js.html - I fixed by:
The text was updated successfully, but these errors were encountered: