Update metadata to use the quick look section for the page description instead of the summary
This commit is contained in:
parent
7e0f987334
commit
2a60b1f70a
21 changed files with 453 additions and 453 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<meta property="og:title" content="{{ .Title }}" />
|
||||
{{ if eq .Section "reviews" }}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:description" content={{.Summary}}>
|
||||
<meta property="og:description" content={{.Params.quick_look}}>
|
||||
{{ else }}
|
||||
{{ if .Params.description }}
|
||||
<meta property="og:description" content="{{.Params.description}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue