From 110f071baac3c96e2c56ca151214c4f918e60b72 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Tue, 3 Sep 2019 13:18:49 +0100 Subject: [PATCH] style: replace RSS with Feed --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e99e2fd..a26a252 100644 --- a/_config.yml +++ b/_config.yml @@ -100,7 +100,7 @@ theme_config: menu: Home: /blog/ About: /about/ - RSS: /atom.xml + Feed: /atom.xml GitLab: https://gitlab.com/curben/blog # Your Feed Location @@ -120,5 +120,5 @@ theme_config: # Use the forkawesome icon names (https://forkaweso.me/Fork-Awesome/icons/) without the fa- prefix links: Home: /blog/ - RSS: /atom.xml + Feed: /atom.xml GitLab: https://gitlab.com/curben/blog