diff --git a/_config.yml b/_config.yml index a14295c..7cb1b69 100644 --- a/_config.yml +++ b/_config.yml @@ -893,12 +893,6 @@ tidio: enable: false key: # Public Key, get it from dashboard. See: https://www.tidio.com/panel/settings/developer -# Gitter is a chat and networking platform. -# For more information: https://gitter.im -gitter: - enable: false - room: - # --------------------------------------------------------------- # CDN Settings diff --git a/layout/_partials/sidebar/site-overview.njk b/layout/_partials/sidebar/site-overview.njk index 997e86f..23e15c2 100644 --- a/layout/_partials/sidebar/site-overview.njk +++ b/layout/_partials/sidebar/site-overview.njk @@ -51,9 +51,9 @@ {%- endif %} -{%- if theme.chat.enable and (theme.chatra.enable or theme.tidio.enable or theme.gitter.enable) %} +{%- if theme.chat.enable and (theme.chatra.enable or theme.tidio.enable) %}