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