From de20e568905bc4f826df79cf59e23d0a846aea61 Mon Sep 17 00:00:00 2001 From: Murilo Santana Date: Sat, 1 Oct 2016 17:47:03 -0300 Subject: [PATCH] Adding RSS link --- layouts/partials/head_includes.html | 6 ++++++ layouts/partials/header.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 5200989..ac0c72f 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -46,6 +46,12 @@ {{ end }} > + +{{ if .RSSlink }} + + +{{ end }} + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b3d1996..a645418 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -59,6 +59,12 @@ {{ end }} + + {{ if .Site.RSSLink }} + + + + {{ end }}