Sharing: Remove space from og:type tag #18
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
c07f657c06
commit
6266a88c68
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<title>{{ .config.SiteTitle }}</title>
|
||||
|
||||
<meta property="og:url" content="{{ .config.SiteUrl }}"/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="{{ .config.SiteTitle }}{{if .config.SiteCaption}}: {{ .config.SiteCaption }}{{end}}"/>
|
||||
<meta property="og:image" content="{{ .config.SitePreview }}"/>
|
||||
<meta property="og:description" content="{{ .config.SiteDescription }}"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>{{ .config.SiteTitle }}{{if .config.SiteCaption}}: {{ .config.SiteCaption }}{{end}}</title>
|
||||
|
||||
<meta property="og:url" content="{{ .config.SiteUrl }}"/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="{{ .config.SiteCaption }}"/>
|
||||
<meta property="og:image" content="{{ .config.SitePreview }}"/>
|
||||
<meta property="og:description" content="{{ .config.SiteDescription }}"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>{{ .config.SiteTitle }}</title>
|
||||
|
||||
<meta property="og:url" content="{{ .config.SiteUrl }}"/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="{{ .config.SiteTitle }}{{if .config.SiteCaption}}: {{ .config.SiteCaption }}{{end}}"/>
|
||||
<meta property="og:image" content="{{ .config.SitePreview }}"/>
|
||||
<meta property="og:description" content="{{ .config.SiteDescription }}"/>
|
||||
|
|
Loading…
Reference in a new issue