Rename RSSlink to RSSLink

The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
This commit is contained in:
Bjørn Erik Pedersen 2016-11-17 09:21:18 +01:00
parent b984f79ab3
commit e7733dbac5

View file

@ -6,8 +6,8 @@
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
{{ if .RSSlink }}
<link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
{{ end }}
{{ partial "head.html" . }}
</head>