Added meta tag twitter:title
This commit is contained in:
parent
23d6cafe56
commit
28ca637e02
|
@ -7,6 +7,7 @@
|
|||
<meta name="description" content="{{ if ne .Description "" }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/schema.html" . }}
|
||||
<meta name="twitter:title" content="{{ .Title }} | {{ .Site.Title }}" />
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="icon" href="{{ .Site.BaseURL }}/assets/favicon.ico">
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ .Site.Title }}" href="{{ .Site.BaseURL }}/atom.xml" />
|
||||
|
|
Reference in a new issue