diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:24:26 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:24:26 -0600 |
commit | f229d8c73e355cefa5807ace0bef685b5da18dd7 (patch) | |
tree | 467fcecbb2ef57e77c647022e72ae629d745a3f3 | |
parent | 4e3de431259bbcd429c8e1f20af8714be1f8ee8c (diff) |
Do not show social integration links in navigation bar
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 9af1743..4ff6130 100644 --- a/_config.yml +++ b/_config.yml @@ -189,7 +189,7 @@ enable_math: true # enables math typesetting (uses MathJax) enable_tooltips: false # enables automatic tooltip links generated # for each section titles on pages and posts enable_darkmode: true # enables switching between light/dark modes -enable_navbar_social: true # enables displaying social links in the +enable_navbar_social: false # enables displaying social links in the # navbar on the about page enable_project_categories: true # enables categorization of projects into # multiple categories |