소스 검색

change .BaseUrl to .BaseURL

Karl Ostendorf 9 년 전
부모
커밋
b8dbb20793
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      layouts/partials/head.html

+ 3
- 3
layouts/partials/head.html 파일 보기

@@ -10,9 +10,9 @@
10 10
   <title> {{ .Title }} &middot; {{ .Site.Title }} </title>
11 11
 
12 12
   <!-- CSS -->
13
-  <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
14
-  <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
15
-  <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
13
+  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/poole.css">
14
+  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/syntax.css">
15
+  <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hyde.css">
16 16
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
17 17
 
18 18
   <!-- Icons -->