diff options
author | Doge <[email protected]> | 2021-05-11 03:30:08 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 03:30:08 +0800 |
commit | 8467083fdbc412e6c26b78a1e39b8d5b0356731b (patch) | |
tree | a909a60faee7e46e83bf34362059d1e6f669e116 /_config.yml | |
parent | 7343913f7d05e1c15d6e8fe1a78b0b481247b1ab (diff) | |
download | chromate-8467083fdbc412e6c26b78a1e39b8d5b0356731b.tar.gz chromate-8467083fdbc412e6c26b78a1e39b8d5b0356731b.tar.bz2 chromate-8467083fdbc412e6c26b78a1e39b8d5b0356731b.zip |
More enhancement for auto rss generator
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 1015b30..defe9bf 100644 --- a/_config.yml +++ b/_config.yml @@ -10,13 +10,13 @@ highlight: navbar: - ['mailto:[email protected]', 'fa fa-paper-plane'] - ['https://github.com/guiqiqi/chromate', 'fa fa-github'] - - ['/feed/', 'fa fa-rss'] + - ['/feed.rss', 'fa fa-rss'] menubar: - ['/about/', '关于'] - ['/archives/', '归档'] rss: enable: true - path: '/feed/' + path: '/feed.rss' config: email: '[email protected]' category: Education |