fix pagefind images
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 15s
Website Prod/Test / Testumgebung (push) Successful in 8s

This commit is contained in:
Denys Konovalov 2025-01-09 23:24:04 +01:00
parent a03b576359
commit d1a2f1e8ff

View File

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