From de20e568905bc4f826df79cf59e23d0a846aea61 Mon Sep 17 00:00:00 2001 From: Murilo Santana Date: Sat, 1 Oct 2016 17:47:03 -0300 Subject: [PATCH 1/2] 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 }} From c90a6943c0457a19151143df6380dc621c0d9046 Mon Sep 17 00:00:00 2001 From: Murilo Santana Date: Sat, 1 Oct 2016 23:05:13 -0300 Subject: [PATCH 2/2] only alternate --- layouts/partials/head_includes.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index ac0c72f..575f6cb 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -49,7 +49,6 @@ {{ if .RSSlink }} - {{ end }}