diff options
| author | Doge <guiqiqi187@gmail.com> | 2021-05-10 02:31:12 +0800 | 
|---|---|---|
| committer | Doge <guiqiqi187@gmail.com> | 2021-05-10 02:31:12 +0800 | 
| commit | 707b9478a18d64b4b3e1d1a240011e61c2bf2693 (patch) | |
| tree | 37f6f397dfd92214d0ffed9be90456978d73396e | |
| parent | 51256481ae21a224b6e2b59441568e23909fcbc3 (diff) | |
| download | chromate-707b9478a18d64b4b3e1d1a240011e61c2bf2693.tar.gz chromate-707b9478a18d64b4b3e1d1a240011e61c2bf2693.tar.bz2 chromate-707b9478a18d64b4b3e1d1a240011e61c2bf2693.zip | |
Update sample config file
| -rw-r--r-- | _config.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/_config.yml b/_config.yml index 4e60f12..13eea1f 100644 --- a/_config.yml +++ b/_config.yml @@ -7,8 +7,8 @@ highlight:    lightmode: 'atom-one-light'    darkmode: 'atom-one-dark'  navbar: -  - ['https://init.blog', 'fa fa-cube'] -  - ['https://github.com/guiqiqi', 'fa fa-github'] +  - ['mailto:privet@utc3.live', 'fa fa-paper-plane'] +  - ['https://github.com/guiqiqi/chromate', 'fa fa-github']    - ['/feed', 'fa fa-rss']  menubar:    - ['/about', '关于'] | 
