diff --git a/brain/data/Render.inc.php b/brain/data/Render.inc.php
index 7098f1d..6856860 100644
--- a/brain/data/Render.inc.php
+++ b/brain/data/Render.inc.php
@@ -21,7 +21,8 @@ class Render
? $settings["global"]["keywords"]
: "fipamo, blog, jamstack, php, markdown, js",
"description" => $settings["global"]["descriptions"],
- "image" => $settings["global"]["background"],
+ "image" =>
+ $settings["global"]["base_url"] . $settings["global"]["background"],
];
//copy current theme assets to public
if (is_file("../public/assets/css/base.css")) {
diff --git a/content/themes/fipamo-default/frame.twig b/content/themes/fipamo-default/frame.twig
index dfc5041..e08d756 100644
--- a/content/themes/fipamo-default/frame.twig
+++ b/content/themes/fipamo-default/frame.twig
@@ -15,7 +15,7 @@
-
+