Explorar el Código

Fix image path in meta tag

DricomDragon hace 4 años
padre
commit
7b387c2217
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/include/head.php

+ 1 - 1
web/include/head.php

@@ -4,7 +4,7 @@
 
 	<!-- Description variables -->
 	<?php
-		$shareImg = "/include/images/home_picture_v1.jpg";
+		$shareImg = "/include/images/avatar-cartoon600.png";
 		$author = "Jovian HERSEMEULE";
 		$description = "Le site officiel de Jovian Hersemeule";
 	?>