From 722ac1f819c63765e9958b89e3dcd1181378ce2e Mon Sep 17 00:00:00 2001 From: Mario Sangiorgio Date: Mon, 28 Aug 2017 01:08:44 +0100 Subject: [PATCH] Added RSS link I followed the instructions reported at https://gohugo.io/templates/rss/ --- layouts/partials/header.html | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ {{ .Title }} {{ partial "css" . }} {{ partial "js" . }} {{ .Hugo.Generator }} + {{ if .RSSLink }} + + + {{ end }}