소스 검색

Make include paths of head absolute

DricomDragon 5 년 전
부모
커밋
6f4f614498
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      web/include/head.php

+ 4 - 4
web/include/head.php

@@ -5,12 +5,12 @@
     <!-- Page description -->
     <meta name="description" content="The official website of Jovian Hersemeule.">
     <meta name="author" content="Jovian Hersemeule">
-    <meta property="og:image" content="../include/images/home_picture_v1.jpg">
+    <meta property="og:image" content="/include/images/home_picture_v1.jpg">
 
     <!-- Style sheet -->
-    <link href="../include/css/bootstrap.css" rel="stylesheet">
-    <link href="../include/css/custom/main.css" rel="stylesheet">
-    <link href="../include/css/custom/pagination.css" rel="stylesheet">
+    <link href="/include/css/bootstrap.css" rel="stylesheet">
+    <link href="/include/css/custom/main.css" rel="stylesheet">
+    <link href="/include/css/custom/pagination.css" rel="stylesheet">
 
     <title><?php echo $title; ?> - Jovian Hersemeule</title>
 </head>