This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new e1fcb6f Update base.html
e1fcb6f is described below
commit e1fcb6fee6b27d07fa99b8c8dbb41d3c3863482d
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 17 11:34:08 2021 -0700
Update base.html
---
theme/apache/templates/base.html | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 07993fa..7fd46de 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -19,9 +19,10 @@
<head>
{% block head %}
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width,
- initial-scale=1, shrink-to-fit=no">
+ <meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
<title>Apache Petri</title>
+ {% endblock %}
+
<link rel="shortcut icon"
href="https://www.apache.org/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57"
href="https://www.apache.org/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60"
href="https://www.apache.org/favicons/apple-touch-icon-60x60.png">
@@ -37,13 +38,11 @@
<link rel="icon" type="image/png"
href="https://www.apache.org/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png"
href="https://www.apache.org/favicons/android-chrome-192x192.png"
sizes="192x192">
<link rel="icon" type="image/png"
href="https://www.apache.org/favicons/favicon-16x16.png" sizes="16x16">
- <link rel="manifest" href="https://www.apache.org/favicons/manifest.json"
crossorigin="anonymous">
+ <!--<link rel="manifest"
href="https://www.apache.org/favicons/manifest.json" crossorigin="anonymous">-->
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
-
- {% endblock %}
</head>
<body id="index" class="home">