This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit e19b26fbb26fc8aa994b3767f047dbed82090c24
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Tue Jul 23 00:11:31 2019 +0530

    added microdata to hugo footer.html
---
 content/community/support.md | 2 +-
 layouts/partials/footer.html | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/community/support.md b/content/community/support.md
index b97f15c..3f80191 100644
--- a/content/community/support.md
+++ b/content/community/support.md
@@ -2,7 +2,7 @@
 title: "Support"
 ---
 
-## Getting help
+## Getting help
 
 If you are experiencing problems using Camel then please report your problem 
to our mailing list. This allows the entire community to help with your 
problem. 
 If indeed a bug has been identified in the Camel software, then document the 
problem in our [Issue Tracker](https://issues.apache.org/jira/browse/CAMEL). 
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6f3f1f1..0794cba 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -47,5 +47,13 @@
     </footer>
     <script src="{{ "/_/js/site.js" | relURL }}"></script>
     <script src="{{ "/_/js/vendor/highlight.js" | relURL }}"></script>
+    <script type="application/ld+json">
+        {
+        "@context": "http://schema.org/";,
+        "@type": "Organization",
+        "url": "https://camel.apache.org/staging/";,
+        "logo": "https://camel.apache.org/staging/_/img/logo-d.svg";
+        }
+      </script>
 </body>
 </html>

Reply via email to