From e48be7eee7c44d45bb5bd9f18759a521ce6f1fa3 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Wed, 19 May 2021 16:21:32 +0200 Subject: [PATCH] Set absolute image path --- config.toml | 2 +- themes/artemiscloudtheme/layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index bd3fc0c..b7aad52 100644 --- a/config.toml +++ b/config.toml @@ -76,7 +76,7 @@ logo2_width = "75px" # Meta data description = "ArtemisCloud.io is a collection of container images that provide a way to deploy the Apache ActiveMQ Artemis Broker on Kubernetes." author = "Themefisher" -image = "favicon.png" +image = "https://artemiscloud.io/favicon.png" # contact form action contact_form_action = "#" # contact form works with https://formspree.io diff --git a/themes/artemiscloudtheme/layouts/partials/head.html b/themes/artemiscloudtheme/layouts/partials/head.html index 3279b8a..c64d57a 100644 --- a/themes/artemiscloudtheme/layouts/partials/head.html +++ b/themes/artemiscloudtheme/layouts/partials/head.html @@ -23,7 +23,7 @@ {{ with site.Params.image }} - + {{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/google_analytics.html" . }}