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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsteven <steven@cuttingedge.it>2019-02-11 11:33:35 +0300
committersteven <steven@cuttingedge.it>2019-02-11 11:33:35 +0300
commitd376a3bfd37548ae31ffd21b1fd6c17627408b6c (patch)
tree65458e4698e5f6c13992ad4bd99be4d1d3be636e
parentc115d745bbee96841f3baf0cb50d4a1aefd8fe49 (diff)
Added a <link /> to the generated RSS file.
-rw-r--r--layouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 340c90a..34377c7 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -22,5 +22,8 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
{{ "<![endif]-->" | safeHTML }}
+
+ <!-- RSS -->
+ <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
</head>
<body class="{{ .Site.Params.colorScheme }}"> \ No newline at end of file