ref: 2c7cbca8b1725c2e46627f357a0b59607f96592b
parent: 68ebf61613ca5715969818e60343920b4e751933
author: bogem <[email protected]>
date: Wed Nov 23 05:30:57 EST 2016
examples: Update blog example Use RSSLink instead of deprecated RSSlink
--- a/examples/blog/layouts/partials/header.html
+++ b/examples/blog/layouts/partials/header.html
@@ -6,5 +6,5 @@
<title>{{ .Title }} - {{ .Site.BaseURL }}</title>
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "header.includes.html" . }}
- {{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
+ {{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
</head>