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

github.com/lasseborly/anybodyhome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Borly <contact@lasseborly.dk>2016-11-19 00:13:20 +0300
committerGitHub <noreply@github.com>2016-11-19 00:13:20 +0300
commitfba9687892a9948a617406cf517ac02bcedcf682 (patch)
tree6138c6a42841ffa80c3c388ef457b0061f6eae93
parentcb03467aadaf0236f155d690736271bfae2062bd (diff)
parentb3c1fbbd8408a5a02ae7081b79fabb5b505726bf (diff)
Merge pull request #5 from bep/rss
Rename RSSlink to 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 c08f640..02e062b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,7 +11,7 @@
/>
<link
- href="{{ .RSSlink }}"
+ href="{{ .RSSLink }}"
rel="alternate"
type="application/rss+xml"
title="{{ .Site.Title }}"