diff options
author | Jordan Gong <jordan@xps-15-9570.localdomain> | 2020-08-07 15:41:44 +0800 |
---|---|---|
committer | Jordan Gong <jordan@xps-15-9570.localdomain> | 2020-08-07 15:41:44 +0800 |
commit | 298d23b993b73ace20312f9ff2409da1ca94448a (patch) | |
tree | 020c17dba18ad12fca1e594d256466192e1f680a | |
parent | b56b8865ffc016f8639c020de2a68d5270a5c94b (diff) |
Turn off summary and add feed link
-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"}, ] |