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 d20cf57  Use SITE vars in meta.html
d20cf57 is described below

commit d20cf579f48b6aae13b103241dd6c6e1744938e8
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Thu Apr 8 08:43:52 2021 -0700

    Use SITE vars in meta.html
---
 theme/apache/templates/meta.html | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/theme/apache/templates/meta.html b/theme/apache/templates/meta.html
index e849117..b099c2e 100644
--- a/theme/apache/templates/meta.html
+++ b/theme/apache/templates/meta.html
@@ -1,17 +1,18 @@
     <!-- Below Meta Tags Generated via https://www.opengraph.xyz -->
+    <!-- Values are set in pelicanconf.py -->
     <!-- 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">
+    <meta name="description" content="{{ SITEDESC }}">
     <!-- Facebook Meta Tags -->
-    <meta property="og:url" content="https://petri.apache.org";>
+    <meta property="og:url" content="{{ SITEURL }}">
     <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="https://petri.apache.org/images/logo.png";>
+    <meta property="og:title" content="{{ SITENAME }}">
+    <meta property="og:description" content="{{ SITEDESC }}">
+    <meta property="og:image" content="{{ SITELOGO }}">
     <!-- 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="https://petri.apache.org/images/logo.png";>
+    <meta property="twitter:domain" content="{{ SITEDOMAIN }}">
+    <meta property="twitter:url" content="{{ SITEURL }}">
+    <meta name="twitter:title" content="{{ SITENAME }}">
+    <meta name="twitter:description" content="{{ SITEDESC }}">
+    <meta name="twitter:image" content="{{ SITELOGO }}">
     <!-- Above Meta Tags Generated via https://www.opengraph.xyz -->

Reply via email to