diff --git a/_config.yml b/_config.yml index 3e8c96c..a4f27bf 100644 --- a/_config.yml +++ b/_config.yml @@ -117,16 +117,18 @@ menu_settings: # --------------------------------------------------------------- sidebar: - # Sidebar Position. + # Sidebar position. Available values: left | right position: left - #position: right - # Manual define the sidebar width. If commented, will be default for: - # Muse | Mist: 320 - # Pisces | Gemini: 240 - #width: 300 + # Sidebar width. + # Applicable to Muse | Mist and mobile of Pisces | Gemini. + width_expanded: 320 + # Applicable to desktop of Pisces | Gemini. + width_dual_column: 240 - # Sidebar Display (only for Muse | Mist), available values: + # Sidebar display. + # Applicable to Muse | Mist and mobile of Pisces | Gemini. + # Available values: # - post expand on posts automatically. Default. # - always expand for all pages automatically. # - hide expand only when click on the sidebar toggle icon. diff --git a/layout/_partials/widgets.njk b/layout/_partials/widgets.njk index 4e5b2d3..b312d0a 100644 --- a/layout/_partials/widgets.njk +++ b/layout/_partials/widgets.njk @@ -1,6 +1,6 @@ {# Widgets with fixed position #} -{%- if theme.sidebar.display !== 'remove' and (theme.scheme === 'Muse' or theme.scheme === 'Mist') %} +{%- if theme.sidebar.display !== 'remove' %}