fix pagefind images
This commit is contained in:
parent
a03b576359
commit
d1a2f1e8ff
@ -53,4 +53,10 @@
|
||||
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
||||
{{- with partial "_funcs/get-page-images" . }}
|
||||
{{- range . | first 6 }}
|
||||
<meta data-pagefind-default-meta="image[content]" content="{{ .Permalink }}" property="og:image">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user