diff options
author | Doge <[email protected]> | 2021-05-07 15:43:43 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-07 15:43:43 +0800 |
commit | 8d17e308c8b43f12e11ed6b5a82f81e8dbcdd259 (patch) | |
tree | ad72428c5a19fe34aa651a4c33e4442da17882e8 /_config.yml | |
parent | afc76ba21ddea93e04a3267b99836b7e926eae70 (diff) | |
download | chromate-8d17e308c8b43f12e11ed6b5a82f81e8dbcdd259.tar.gz chromate-8d17e308c8b43f12e11ed6b5a82f81e8dbcdd259.tar.bz2 chromate-8d17e308c8b43f12e11ed6b5a82f81e8dbcdd259.zip |
Change header layout
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index cd90fb0..14e03eb 100644 --- a/_config.yml +++ b/_config.yml @@ -7,4 +7,8 @@ highlight: navbar: - ['https://google.com', 'fa fa-google'] - ['https://twitter.com', 'fa fa-twitter'] - - ['/feed', 'fa fa-rss']
\ No newline at end of file + - ['/feed', 'fa fa-rss'] +menubar: + - ['/about', 'About'] + - ['/archives', 'Archives'] +logo: false
\ No newline at end of file |