From 36fc9820cbe60c539b3d9abad1efe667affb32ac Mon Sep 17 00:00:00 2001 From: Ali Cirik Date: Wed, 26 Dec 2018 03:49:41 -0500 Subject: [PATCH] Show rss links if `RSS` is not in `disableKinds` (#15) * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up --- layouts/index.html | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 8e15967..a9dd23e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -20,7 +20,7 @@ {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b2813d7..4b41b33 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@