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/olingo-site.git

commit 81e0248b4eaa6abb732d5cc3a48d76589abb2bc7
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jun 4 11:43:29 2021 -0700

    add syntax highlighting from highlight.js
---
 theme/apache/templates/base.html | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index de32701..e24a4b3 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -128,14 +128,6 @@ under the License.
     <link rel="stylesheet"
       
href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/xcode.min.css">
     <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
-        <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
-        <script>
-            (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
-            function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
-            e=o.createElement(i);r=o.getElementsByTagName(i)[0];
-            e.src='//www.google-analytics.com/analytics.js';
-            r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
-            ga('create','UA-44963757-1');ga('send','pageview');
-        </script>
+    <script>hljs.highlightAll();</script>
   </body>
 </html>

Reply via email to