about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2017-04-29 14:11:21 +0200
committerAlan Pearce2017-04-29 14:11:21 +0200
commit20138bcb2ef234bb40bebaa5749b3ea4e6ce16b3 (patch)
tree1954d3cbad1be42bc95d688e3d85721243d91ee1 /layouts
parent4239a16c4a4be510f14f8fea86742ca78a09b512 (diff)
parentab312f18166014cbcc0b5142a8c0b654ba8cca35 (diff)
downloadhyde-20138bcb2ef234bb40bebaa5749b3ea4e6ce16b3.tar.lz
hyde-20138bcb2ef234bb40bebaa5749b3ea4e6ce16b3.tar.zst
hyde-20138bcb2ef234bb40bebaa5749b3ea4e6ce16b3.zip
Merge remote-tracking branch 'alanpearce/master'
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 55d18e7..81c805f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,12 +1,12 @@
 <!DOCTYPE html>
 <html lang="en-GB">
 	<head>
+		<meta charset="UTF-8">
 		<meta name="viewport" content="width=device-width,initial-scale=1">
 		<title>{{ if ne .Title .Site.Title }}{{ .Title }} ยท {{ end }}{{ .Site.Title }}</title>
 		<link rel="stylesheet" href="/css/poole.css">
 		<link rel="stylesheet" href="/css/syntax.css">
 		<link rel="stylesheet" href="/css/hyde.css">
-		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 		<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
 		<link href="{{ .Permalink }}" rel="canonical">
 	</head>