summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-09-07 22:01:10 +0200
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-09-07 22:01:10 +0200
commite91b1383eea31bbf6f389506f7f87359b6b69d61 (patch)
tree9db19f347833e349e54f137d7740b861bbcfbccc
parent804cee4561a05f5723e30e77c07cf6352afee619 (diff)
Fix url for Google fonts
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/partials/head.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 107267a..a919514 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,4 +1,4 @@
{{ define "main" -}}
<h1>404: Page not found</h1>
<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>
-{{-1 end }} \ No newline at end of file
+{{- end }} \ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d602f3f..99806aa 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,7 +19,7 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">