fix og:image?
This commit is contained in:
parent
2f283c8571
commit
744c3212d1
@ -10,11 +10,11 @@
|
||||
{{ 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: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" /> -->
|
||||
|
Loading…
Reference in New Issue
Block a user