This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch preview/refresh in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
commit d9483cc115182d6a5517d2371caed53bc9003da5 Author: Dave Fisher <[email protected]> AuthorDate: Tue Jun 29 14:39:40 2021 -0700 Update base scripts --- theme/openoffice/templates/base.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/theme/openoffice/templates/base.html b/theme/openoffice/templates/base.html index 53af3fa..9e5b686 100644 --- a/theme/openoffice/templates/base.html +++ b/theme/openoffice/templates/base.html @@ -36,12 +36,6 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css" crossorigin="anonymous"> - <!-- Override css for this site. You can do this inline as shown here or with a site asset. See comment.--> - <style> - {% include "styles.css" %} - - </style> - <!--<link rel="stylesheet" href="/styles/styles.css">--> <!-- End stylesheets --> </head>
