diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 22056129..68a04b53 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -53,4 +53,10 @@ {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} + + {{- with partial "_funcs/get-page-images" . }} + {{- range . | first 6 }} + + {{- end }} +{{- end }}