Update metadata to use the quick look section for the page description instead of the summary

This commit is contained in:
Campbell Alden 2025-11-07 01:16:33 +09:00
parent 7e0f987334
commit 2a60b1f70a
21 changed files with 453 additions and 453 deletions

View file

@ -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}}">