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 98c47c9 Favicon - full setup from www.apache.org
98c47c9 is described below
commit 98c47c930b28caa12bd9d74425b16aa434b3d62d
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 17 10:04:47 2021 -0700
Favicon - full setup from www.apache.org
---
theme/apache/templates/base.html | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index f706cab..f4d7f20 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -23,6 +23,25 @@
initial-scale=1, shrink-to-fit=no">
<title>Apache Petri</title>
<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">
+ <link rel="apple-touch-icon" sizes="72x72"
href="https://www.apache.org/favicons/apple-touch-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="76x76"
href="https://www.apache.org/favicons/apple-touch-icon-76x76.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="https://www.apache.org/favicons/apple-touch-icon-114x114.png">
+ <link rel="apple-touch-icon" sizes="120x120"
href="https://www.apache.org/favicons/apple-touch-icon-120x120.png">
+ <link rel="apple-touch-icon" sizes="144x144"
href="https://www.apache.org/favicons/apple-touch-icon-144x144.png">
+ <link rel="apple-touch-icon" sizes="152x152"
href="https://www.apache.org/favicons/apple-touch-icon-152x152.png">
+ <link rel="apple-touch-icon" sizes="180x180"
href="https://www.apache.org/favicons/apple-touch-icon-180x180.png">
+ <link rel="icon" type="image/png"
href="https://www.apache.org/favicons/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png"
href="https://www.apache.org/favicons/favicon-194x194.png" sizes="194x194">
+ <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">
+ <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">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"