added twitter card meta tag
This commit is contained in:
parent
23739818f4
commit
1a0410ccf3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<meta property="og:url" content="{{ absolutePageUrl }}" />
|
||||
<meta property="og:locale" content="{{ meta.locale }}" />
|
||||
<meta property="og:site_name" content="{{ meta.title }}" />
|
||||
<meta property="og:title" content="{{ site.name }} | {{ title }}" />
|
||||
<meta property="og:title" content="{{ site.name }} | {{ title }}" />
|
||||
<meta property="og:description" content="{{ meta.description }}" />
|
||||
<meta property="og:image:alt" content="Page image for {{ site.name }}" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue