2018-07-26 08:01:14 +00:00
|
|
|
{{- if .RSSLink -}}
|
2018-07-16 03:22:00 +00:00
|
|
|
<!-- RSS -->
|
|
|
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
2018-07-26 08:01:14 +00:00
|
|
|
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
|
|
|
{{ end }}
|