diff options
author | Alan Pearce | 2014-07-12 11:33:30 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 11:33:30 +0100 |
commit | d33683c9d2e739877f8f76d94d0e4cd929eeb038 (patch) | |
tree | d0be1fade27a549d9c2eea434a02c67acac5ddc9 | |
parent | 86e04c8bb73205ecf7bdb769a1f428c0cfdaeee2 (diff) | |
download | hyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.tar.lz hyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.tar.zst hyde-d33683c9d2e739877f8f76d94d0e4cd929eeb038.zip |
Remove spaces around title
-rw-r--r-- | layouts/partials/head.html | 2 |
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"> |