From d16badb80c8d42a20b7fe6bc1f84db6124b5283e Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 2 Dec 2021 13:16:19 +0100 Subject: [PATCH] FIX: Broken og:image --- publishconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/publishconf.py b/publishconf.py index 7a86505..587a309 100644 --- a/publishconf.py +++ b/publishconf.py @@ -9,6 +9,7 @@ from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// SITEURL = "https://mdk.fr" +SITELOGO = SITEURL + "/images/julien.jpg" RELATIVE_URLS = False DELETE_OUTPUT_DIRECTORY = True THEME = "Flex"