fix(ceo): wrong site name
This commit is contained in:
parent
579f6d07d0
commit
aa1719940b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<meta property="og:image" content="https://{{.Domain}}{{ getStaticPath .Image}}" />
|
||||
<meta property="og:description" content="{{.Description}}" />
|
||||
<meta property="og:local" content="fr_FR" />
|
||||
<meta property="og:site_name" content="Architects Land" />
|
||||
<meta property="og:site_name" content="{{ .Title }}'s Now page" />
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="{{.Domain}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue