This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 4db0510 chore: remove highlight.js inline initialization 4db0510 is described below commit 4db0510cfce4a9d892428c03070bb657d5e50a04 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Jul 12 11:52:04 2019 +0200 chore: remove highlight.js inline initialization Also removes the inline initialization from the Hugo layout. --- layouts/partials/footer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1b4d41e..40cfba8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -47,6 +47,5 @@ </footer> <script src="{{ "/_/js/site.js" | relURL }}"></script> <script src="{{ "/_/js/vendor/highlight.js" | relURL }}"></script> - <script>hljs.initHighlighting()</script> </body> </html>