]> njoseph.me Git - hyde.git/commitdiff
Fix url for Google fonts
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 7 Sep 2017 20:01:10 +0000 (22:01 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 7 Sep 2017 20:01:10 +0000 (22:01 +0200)
layouts/404.html
layouts/partials/head.html

index 107267a60e088e9acccacfc49d8b65e2aae41e30..a919514ade829ae2c153f14310e1ffb5038e6770 100644 (file)
@@ -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
index d602f3f78476d4f328d4c70d365275c946946cfd..99806aadf4636cf169d5cbc50d50728a0bd70e9e 100644 (file)
@@ -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">