From 5a2d54f64f8da39618274f4c770720c8fc01e5e3 Mon Sep 17 00:00:00 2001 From: Gabor Meszaros Date: Tue, 26 Jul 2016 15:13:38 +0200 Subject: [PATCH] Add external atom feed URL config possibility --- _config.yml | 2 ++ _includes/footer.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 57130baa..bd2e2f08 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,8 @@ comments: appid : num_posts : # 5 (default) colorscheme : # "light" (default), "dark" +atom_feed: + path : # blank (default) uses feed.xml # SEO Related google_site_verification : diff --git a/_includes/footer.html b/_includes/footer.html index 466526dd..a0ffe60e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -17,7 +17,7 @@ {% if site.author.bitbucket %}
  • Bitbucket
  • {% endif %} -
  • {{ site.data.ui-text[site.locale].feed_label }}
  • +
  • {{ site.data.ui-text[site.locale].feed_label }}