diff options
author | Doge <[email protected]> | 2021-05-11 10:01:59 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 10:01:59 +0800 |
commit | bc2f0ec6f9426f60e8035269f5e48f3cc3f0cc52 (patch) | |
tree | 0ccf4eacfae1974e452522359de4473a96f7a61c /_config.yml | |
parent | 8467083fdbc412e6c26b78a1e39b8d5b0356731b (diff) | |
download | chromate-bc2f0ec6f9426f60e8035269f5e48f3cc3f0cc52.tar.gz chromate-bc2f0ec6f9426f60e8035269f5e48f3cc3f0cc52.tar.bz2 chromate-bc2f0ec6f9426f60e8035269f5e48f3cc3f0cc52.zip |
Favicon support
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index defe9bf..244a5e2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ logo: false +favicon: false timeformat: "MMM, D YYYY" podcast: true lazyload: true @@ -19,5 +20,5 @@ rss: path: '/feed.rss' config: email: '[email protected]' - category: Education - explicit: No
\ No newline at end of file + category: 'Education' + explicit: false
\ No newline at end of file |