summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorbogem <albertnigma@gmail.com>2016-11-23 10:30:57 +0100
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-11-23 19:49:49 +0100
commit2c7cbca8b1725c2e46627f357a0b59607f96592b (patch)
tree9ecc84c656498469f243e3d5a977c7d76d34a64c /examples
parent68ebf61613ca5715969818e60343920b4e751933 (diff)
examples: Update blog example
Use RSSLink instead of deprecated RSSlink
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/layouts/partials/header.html b/examples/blog/layouts/partials/header.html
index a3042e0a9..24500a483 100644
--- 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>