You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by wa...@apache.org on 2021/06/07 18:34:11 UTC

[openwebbeans-site] 15/16: highlightjs stylesheet

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

commit 9db087f81a5c11243ea7ee6799ebac9e6ea9d802
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 7 11:21:18 2021 -0700

    highlightjs stylesheet
---
 theme/apache/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index f4fb493..d7ba897 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -37,7 +37,7 @@ under the License.
     </style>
     <link href="/resources/css/main.css" rel="stylesheet">
     <!-- highlighting -->
-    <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/styles/idea.min.css">
+    <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/styles/idea.min.css">
 
 </head>