diff options
author | Doge <[email protected]> | 2021-05-08 16:36:20 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-08 16:36:20 +0800 |
commit | 0b552cbbf605b897c96e5a09e3a339f8a0955dc3 (patch) | |
tree | 96c63db1c60c3c57201a8f9f2d19b425a9a8306e /_config.yml | |
parent | 569f72f60f6a8e6227c2eac081ec1a91398c07d6 (diff) | |
download | chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.tar.gz chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.tar.bz2 chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.zip |
Draw header page
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 4294862..bea0c16 100644 --- a/_config.yml +++ b/_config.yml @@ -7,8 +7,8 @@ highlight: lightmode: 'atom-one-light' darkmode: 'atom-one-dark' navbar: - - ['https://google.com', 'fa fa-google'] - - ['https://twitter.com', 'fa fa-twitter'] + - ['https://init.blog', 'fa fa-cube'] + - ['https://github.com/guiqiqi', 'fa fa-github'] - ['/feed', 'fa fa-rss'] menubar: - ['/about', 'About'] |