add Hugo RSS Link
This commit is contained in:
parent
b3c79a65cb
commit
1871755a89
|
@ -19,6 +19,11 @@
|
||||||
|
|
||||||
<link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" />
|
<link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" />
|
||||||
|
|
||||||
|
{{ if .RSSLink }}
|
||||||
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
|
{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
|
||||||
{{- template "_internal/opengraph.html" . -}}
|
{{- template "_internal/opengraph.html" . -}}
|
||||||
{{- template "_internal/google_news.html" . -}}
|
{{- template "_internal/google_news.html" . -}}
|
||||||
|
|
Loading…
Reference in a new issue