瀏覽代碼

Fix url for Google fonts

digitalcraftsman 7 年之前
父節點
當前提交
e91b1383ee
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      layouts/404.html
  2. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/404.html 查看文件

@@ -1,4 +1,4 @@
1 1
 {{ define "main" -}}
2 2
 <h1>404: Page not found</h1>
3 3
 <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
4
-{{-1 end }}
4
+{{- end }}

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

@@ -19,7 +19,7 @@
19 19
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
20 20
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
21 21
   <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
22
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
22
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
23 23
 
24 24
   <!-- Icons -->
25 25
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">