zregvart commented on a change in pull request #58: added microdata to hugo
footer.html
URL: https://github.com/apache/camel-website/pull/58#discussion_r306254810
##########
File path: layouts/partials/footer.html
##########
@@ -47,5 +47,13 @@ <h5>About</h5>
</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>
Review comment:
```suggestion
</script>
```
To make it align with the opening `<script>` tag.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services