From 298d23b993b73ace20312f9ff2409da1ca94448a Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Fri, 7 Aug 2020 15:41:44 +0800 Subject: Turn off summary and add feed link --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index f38e499..46d7513 100644 --- a/config.toml +++ b/config.toml @@ -34,7 +34,7 @@ taxonomies = [ [extra] # Show a summary of a post in a list -slim_summary = true +slim_summary = false # Show the content of a post in a list slim_content = false # Links to show at the top of the menu @@ -43,5 +43,6 @@ slim_menu = [ ] # Links to show at the bottom of the menu slim_social = [ - {url = "https://github.com/jordangong", name = "Github"} + {url = "atom.xml", name = "Feed"}, + {url = "https://github.com/jordangong", name = "Github"}, ] -- cgit v1.2.3