about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2014-06-29 12:13:34 +0100
committerAlan Pearce2014-06-29 12:13:34 +0100
commit59ae0f87d1158acd2eff84d022239608c4e3a453 (patch)
treecf05a0b86514d5e58cd234101031dbce00caac15 /layouts
parentd2b5e48674149a34f4a4b1c4032a35f02d9a6c35 (diff)
downloadhyde-59ae0f87d1158acd2eff84d022239608c4e3a453.tar.lz
hyde-59ae0f87d1158acd2eff84d022239608c4e3a453.tar.zst
hyde-59ae0f87d1158acd2eff84d022239608c4e3a453.zip
Don't close void tag
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 a07596d..920924f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,6 +7,6 @@
 		<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="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
 		<link href="{{ .Site.Params.fullurl }}{{ .Permalink }}" rel="canonical">
 	</head>