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"