image preview
This commit is contained in:
parent
a4a579b969
commit
4c87452edc
@ -10,16 +10,6 @@
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:description" content="{{ .Summary }}" />
|
||||
<meta property="og:image" content="{{ .Params.image }}" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:type" content="article" />
|
||||
|
||||
<meta property="og:image" content="{{ .Params.image }}" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="{{ .Params.image }}" />
|
||||
|
||||
{{ with .Keywords }}
|
||||
<meta name="keywords" content="{{ range $i, $e := . }}{{ if $i }},{{ end }}{{ $e }}{{ end }}">
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user