about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 11:33:30 +0100
committerAlan Pearce2014-07-12 11:33:30 +0100
commitd33683c9d2e739877f8f76d94d0e4cd929eeb038 (patch)
treed0be1fade27a549d9c2eea434a02c67acac5ddc9 /layouts/partials
parent86e04c8bb73205ecf7bdb769a1f428c0cfdaeee2 (diff)
downloadhyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.tar.lz
hyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.tar.zst
hyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.zip
Remove spaces around title
Diffstat (limited to 'layouts/partials')
-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 920924f..ff21072 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,7 +2,7 @@
 <html lang="en-GB">
 	<head>
 		<meta name="viewport" content="width=device-width,initial-scale=1">
-		<title> {{ .Title }} · {{ .Site.Title }} </title>
+		<title>{{ .Title }} · {{ .Site.Title }}</title>
 		<link rel="stylesheet" href="/css/poole.css">
 		<link rel="stylesheet" href="/css/syntax.css">
 		<link rel="stylesheet" href="/css/hyde.css">