diff --git a/config.toml b/config.toml
index a2fbb8b..327fb30 100644
--- a/config.toml
+++ b/config.toml
@@ -6,3 +6,4 @@ languageCode = 'en-us'
#relatedtext = "Related:"
favicon = "/favicon.ico"
stylesheet = "/style.css"
+ showrss = true
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6d8740e..40a3c42 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -14,7 +14,7 @@
+ {{ if .Site.Params.showrss }} Subscribe via RSS for Updates.{{ end }}