We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38793 commit e579380Copy full SHA for e579380
src/partials/head-info.hbs
@@ -19,7 +19,7 @@
19
{{#if page.component}}
20
<meta property="og:site_name" content="Asciidoctor Docs">
21
<meta name="twitter:card" content="summary_large_image">
22
- <meta property="og:title" content="{{{page.component.title}}} - {{{detag page.title}}}">
+ <meta property="og:title" content="{{#unless page.home}}{{{page.component.title}}} - {{/unless}}{{{detag page.title}}}">
23
<meta property="og:image" content="{{{or site.url siteRootPath}}}/_/img/asciidoctor-og.png">
24
<meta name="twitter:site" content="@asciidoctor">
25
{{/if}}
0 commit comments