mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
examples: Update blog example
Use RSSLink instead of deprecated RSSlink
This commit is contained in:
parent
68ebf61613
commit
2c7cbca8b1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue