From 8b3d41eed710901d00849a9d0a40f4e4bd240f33 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 26 Mar 2017 12:55:48 -0400 Subject: [PATCH] Update to replace deprecated RSSlink --- layouts/index.html | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 1ed9053..977898b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ .Site.Title }} - + {{ partial "head_includes.html" . }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5f8dade..8beba78 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,7 @@ {{ .Title }} - softinio.com - {{ if .RSSlink }}{{ end }} + {{ if .RSSLink }}{{ end }} {{ partial "head_includes.html" . }}