about summary refs log tree commit diff stats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorAlan Pearce2017-04-29 14:05:55 +0200
committerAlan Pearce2017-04-29 14:05:55 +0200
commit4239a16c4a4be510f14f8fea86742ca78a09b512 (patch)
treed93f789ef1a3d586d7afbb7c6ea6f955f7fc380c /layouts/partials/head.html
parent18fe6ce1a1a328233f4c062645ea5da8dee4c974 (diff)
downloadhyde-4239a16c4a4be510f14f8fea86742ca78a09b512.tar.lz
hyde-4239a16c4a4be510f14f8fea86742ca78a09b512.tar.zst
hyde-4239a16c4a4be510f14f8fea86742ca78a09b512.zip
Update theme for hugo 0.20
Diffstat (limited to 'layouts/partials/head.html')
-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 8915f55..55d18e7 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="{{ .Permalink }}" rel="canonical">
 	</head>