This is an automated email from the ASF dual-hosted git repository.
bartmaer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5923024 HOP-3264 property instead of name attribute
new 6f8defe Merge pull request #88 from bamaer/HOP-3264
5923024 is described below
commit 592302432a73368d58d3cdb66d3e045c0be9823c
Author: Bart Maertens <[email protected]>
AuthorDate: Tue Sep 14 17:35:30 2021 +0200
HOP-3264 property instead of name attribute
---
antora-ui-hop/src/partials/head-meta.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/antora-ui-hop/src/partials/head-meta.hbs
b/antora-ui-hop/src/partials/head-meta.hbs
index 2b4557f..4e404ce 100644
--- a/antora-ui-hop/src/partials/head-meta.hbs
+++ b/antora-ui-hop/src/partials/head-meta.hbs
@@ -1,6 +1,6 @@
<meta property="og:title" content="{{{detag (or page.title
defaultPageTitle)}}}{{#if site.title}} :: {{site.title}}{{/if}}">
{{#if page.description}}
-<meta name="og:description" content="{{page.description}}">
+<meta property="og:description" content="{{page.description}}">
{{else}}
<meta property="og:description" content="Apache Hop (Incubating) - Hop
Orchestration Platform">
{{/if}}