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 91e58e7 Update base.html
91e58e7 is described below
commit 91e58e78efdc4cbf0b5509afbda1301b2dbf6456
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 17 12:12:39 2021 -0700
Update base.html
---
theme/apache/templates/base.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 7fd46de..00e6fe1 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -22,6 +22,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
<title>Apache Petri</title>
{% endblock %}
+ <!-- Below Meta Tags Generated via https://www.opengraph.xyz -->
+ <!-- HTML Meta Tags -->
+ <meta name="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">
+ <!-- Facebook Meta Tags -->
+ <meta property="og:url" content="https://petri.apache.org">
+ <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">
+ <!-- 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">
+ <!-- Above Meta Tags Generated via https://www.opengraph.xyz -->
<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">