瀏覽代碼

Merge pull request #23 from philgs/double-slash

Remove double-slashes in stylesheet URLs
Bjørn Erik Pedersen 9 年之前
父節點
當前提交
1bb0a5b332
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      layouts/partials/head.html

+ 3
- 3
layouts/partials/head.html 查看文件

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