This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 799f8a7 OF - new style highlight js call
799f8a7 is described below
commit 799f8a7a5bc1c6c8f7a51668bf1e93742cba56e8
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Nov 26 13:47:39 2025 -0800
OF - new style highlight js call
---
content/theme/templates/page.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/theme/templates/page.html
b/content/theme/templates/page.html
index 766069b..9b882ad 100644
--- a/content/theme/templates/page.html
+++ b/content/theme/templates/page.html
@@ -16,7 +16,7 @@
{% include "footer.html" %}
</div>
</main>
- <script>hljs.initHighlightAll();</script>
+ <script>hljs.highlightAll();</script>
</body>
</html>
{% endblock %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]