소스 검색

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";
 	?>