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
The following commit(s) were added to refs/heads/preview/refresh by this push:
new bddca18 openoffice.css last
bddca18 is described below
commit bddca183cd953d10bb4c32edda8d8f17d203d5c2
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jun 30 08:29:40 2021 -0700
openoffice.css last
---
theme/openoffice/templates/base.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/theme/openoffice/templates/base.html
b/theme/openoffice/templates/base.html
index 4f5d567..d748f1a 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -22,21 +22,21 @@
<title>{{ page.title }}</title>
<meta name="description" content="The official developer website of the Apache
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw
and Base." />
<meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice,
Apache Open Office, OpenOffice.org, Developer, Project, Website, Official,
Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
+{% endblock %}
<meta name="google-site-verification"
content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
-<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-{% endblock %}
- <!-- Start load of stylesheets (will need to upgrade periodically) -->
- <link rel="stylesheet"
+<!-- Start load of stylesheets (will need to upgrade periodically) -->
+<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
- <link rel="stylesheet"
+<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
crossorigin="anonymous">
- <!-- End stylesheets -->
+<link href="/theme/css/openoffice.css" rel="stylesheet" type="text/css">
+<!-- End stylesheets -->
</head>
<body id="index" class="home">