diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
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"}, ] |