diff options
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 |