about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2014-06-29 12:13:22 +0100
committerAlan Pearce2014-06-29 12:13:22 +0100
commitd2b5e48674149a34f4a4b1c4032a35f02d9a6c35 (patch)
treeb7d8547e07e2ddc43184c0f3599b737238355f24 /layouts
parentcd491170567dbf5fbab58602249fc3221464a217 (diff)
downloadhyde-d2b5e48674149a34f4a4b1c4032a35f02d9a6c35.tar.lz
hyde-d2b5e48674149a34f4a4b1c4032a35f02d9a6c35.tar.zst
hyde-d2b5e48674149a34f4a4b1c4032a35f02d9a6c35.zip
Remove HTML comments
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 84673ed..a07596d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,12 +3,10 @@
 	<head>
 		<meta name="viewport" content="width=device-width,initial-scale=1">
 		<title> {{ .Title }} ยท {{ .Site.Title }} </title>
-		<!-- CSS -->
 		<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">
-		<!-- RSS -->
 		<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
 		<link href="{{ .Site.Params.fullurl }}{{ .Permalink }}" rel="canonical">
 	</head>