From 2de8742db72c591de73ea401affa884e07c862a1 Mon Sep 17 00:00:00 2001 From: Paul Mougin Date: Fri, 25 Mar 2022 14:22:19 +0100 Subject: [PATCH] Add ImageLink --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 006fc95..d0f1fbb 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,7 +10,7 @@ {{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }} {{ $description := .Description | default .Site.Params.Description }} - {{ $image := .Params.image | default .Site.Params.AvatarURL }} + {{ $image := .Params.image | default .Site.Params.ImageLinkURL | default .Site.Params.AvatarURL }} {{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }} {{ $postKeywords := .Params.tags | default (slice) }} {{ $keywords := union $siteKeywords $postKeywords }}