Browse Source

Fix social media image in head

Add include folder in path.
DricomDragon 5 years ago
parent
commit
e9c2906138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/include/head.php

+ 1 - 1
web/include/head.php

@@ -5,7 +5,7 @@
     <!-- Page description -->
     <!-- Page description -->
     <meta name="description" content="The official website of Jovian Hersemeule.">
     <meta name="description" content="The official website of Jovian Hersemeule.">
     <meta name="author" content="Jovian Hersemeule">
     <meta name="author" content="Jovian Hersemeule">
-    <meta property="og:image" content="images/home_picture_v1.jpg">
+    <meta property="og:image" content="../include/images/home_picture_v1.jpg">
 
 
     <!-- Style sheet -->
     <!-- Style sheet -->
     <link href="../include/css/bootstrap.css" rel="stylesheet">
     <link href="../include/css/bootstrap.css" rel="stylesheet">