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

[openoffice-project] branch preview/refresh updated: Add metadata to improve google lighthouse scores

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 cde361e  Add metadata to improve google lighthouse scores
cde361e is described below

commit cde361e9455a3ae61feed8c23ab8eaca047bcc73
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Wed Jun 30 11:57:17 2021 -0700

    Add metadata to improve google lighthouse scores
---
 theme/openoffice/templates/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/theme/openoffice/templates/base.html b/theme/openoffice/templates/base.html
index 3600b4a..06c51c2 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -16,7 +16,9 @@
     limitations under the License.
 -->
 <html lang="en" prefix="og: https://ogp.me/ns#">
-<head>
+  <head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 {% block head %}
 <title>{{ page.title }}</title>
 {% endblock %}