Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalintat <calintat@gmail.com>2017-08-29 20:28:20 +0300
committercalintat <calintat@gmail.com>2017-08-29 20:28:20 +0300
commita1ef089cd5c44bd9280424b7a72934df17add222 (patch)
tree2f81e22510e914c96054a622b11e58546664fa0e
parentd341780f552dccac6b6c7ecbe45b58c7fe46fc6f (diff)
parent722ac1f819c63765e9958b89e3dcd1181378ce2e (diff)
Merge branch 'master' of https://github.com/calintat/minimal
-rw-r--r--layouts/partials/header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index b8f9108..5db3b6b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
{{ partial "css" . }} {{ partial "js" . }} {{ .Hugo.Generator }}
+ {{ 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 }}
</head>
<body>