瀏覽代碼

Fix image path in meta tag

DricomDragon 4 年之前
父節點
當前提交
7b387c2217
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";
 	?>