Merge pull request #1 from bep/rss

Rename RSSlink to RSSLink
This commit is contained in:
Tony Blyler 2017-01-12 15:17:42 -05:00 committed by GitHub
commit a600e1dab0

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>