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 ef95b63 logo.png in meta tags
ef95b63 is described below
commit ef95b635545e1535ede7edc3b0a982dcacdcccad
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 17 12:23:57 2021 -0700
logo.png in meta tags
---
theme/apache/templates/base.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 00e6fe1..e7eb40b 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -30,14 +30,14 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Apache Petri">
<meta property="og:description" content="Assists external project
communities interested in becoming an Apache project learn how The ASF works
and its views on how to build a healthy community">
- <meta property="og:image" content="/images/logo.svg">
+ <meta property="og:image" content="/images/logo.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="petri.apache.org">
<meta property="twitter:url" content="https://petri.apache.org">
<meta name="twitter:title" content="Apache Petri">
<meta name="twitter:description" content="Assists external project
communities interested in becoming an Apache project learn how The ASF works
and its views on how to build a healthy community">
- <meta name="twitter:image" content="/images/logo.svg">
+ <meta name="twitter:image" content="/images/logo.png">
<!-- Above Meta Tags Generated via https://www.opengraph.xyz -->
<link rel="shortcut icon"
href="https://www.apache.org/favicons/favicon.ico">