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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-17 10:49:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-17 10:49:06 +0300
commitb3c1fbbd8408a5a02ae7081b79fabb5b505726bf (patch)
tree6138c6a42841ffa80c3c388ef457b0061f6eae93
parentcb03467aadaf0236f155d690736271bfae2062bd (diff)
Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
-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 }}"