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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damiencaselli@users.noreply.github.com>2017-07-23 12:45:44 +0300
committerGitHub <noreply@github.com>2017-07-23 12:45:44 +0300
commit859796f1a607ae74584feefc78654ba5443b238b (patch)
tree28cdd3521021cccc9d15cca931f668fd13e47e7d
parent5343d3906455cde54a8e4c376063bb16ee4074c6 (diff)
parenta66d155ba849016834eb81971133ca0af1fad004 (diff)
Merge pull request #3 from bep/fix-rsslink
Replace RSSlink with RSSLink
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fa51d8b..05b465a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,7 +8,7 @@
{{ partial "title" . }}
<meta name="description" content="{{ .Description }}">
<link rel="canonical" href="{{ .Permalink }}">
- <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
+ <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/paperback.css">