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 d744ef74567e2f645b9c9268df7a0b4a1a64bcfd Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Thu Jul 25 22:54:54 2019 +0530 added microdata to antora footer.hbs --- antora-ui-camel/src/partials/footer-scripts.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/antora-ui-camel/src/partials/footer-scripts.hbs b/antora-ui-camel/src/partials/footer-scripts.hbs index 432bb6f..fe7de55 100644 --- a/antora-ui-camel/src/partials/footer-scripts.hbs +++ b/antora-ui-camel/src/partials/footer-scripts.hbs @@ -1,2 +1,10 @@ <script src="{{uiRootPath}}/js/site.js"></script> <script src="{{uiRootPath}}/js/vendor/highlight.js"></script> +<script type="application/ld+json"> + { + "@context": "http://schema.org/", + "@type": "Organization", + "url": "{{uiRootPath}}", + "logo": "{{uiRootPath}}/img/logo-d.svg" + } +</script> \ No newline at end of file