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 a5ebe46  HOP-3264 - quotes around description
     new 23fd0dd  Merge pull request #87 from bamaer/HOP-3264
a5ebe46 is described below

commit a5ebe46afd2a5dfc7990b6e9cb3e46fe13fd46b1
Author: Bart Maertens <[email protected]>
AuthorDate: Tue Sep 14 09:51:15 2021 +0200

    HOP-3264 - quotes around description
---
 antora-ui-hop/src/partials/head-info.hbs | 2 +-
 antora-ui-hop/src/partials/head-meta.hbs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-hop/src/partials/head-info.hbs 
b/antora-ui-hop/src/partials/head-info.hbs
index fbed536..d0a3653 100644
--- a/antora-ui-hop/src/partials/head-info.hbs
+++ b/antora-ui-hop/src/partials/head-info.hbs
@@ -3,7 +3,7 @@
     {{/if}}
     {{#if page.component}}
     {{#if page.description}}
-    <meta name="description" content={{page.description}}>
+    <meta name="description" content="{{page.description}}">
     {{/if}}
     {{#if page.keywords}}
     <meta name="keywords" content="{{page.keywords}}">
diff --git a/antora-ui-hop/src/partials/head-meta.hbs 
b/antora-ui-hop/src/partials/head-meta.hbs
index f85b545..2b4557f 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 name="og:description" content="{{page.description}}">
 {{else}}
 <meta property="og:description" content="Apache Hop (Incubating) - Hop 
Orchestration Platform">
 {{/if}}

Reply via email to