Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How to enable a sidebar

Started by gerald watanabe 6 years ago · 5 replies · 1801 views
6 years ago

Theme: Medium
I searched forum, many topics on sidebar. I just want to activate a simple sidebar.
There is no enable sidebar in the configuration or pages.

6 years ago

you will need to include partials/sidebar.html.twig in your base.html.twig, like so:

TWIG
{% block sidebar %}
    {% include 'partials/sidebar.html.twig' %}
{% endblock %}
6 years ago

The solution is going to depend which theme you are using. @hoernerfranz's answer may be correct.

6 years ago

yes, I think so, sidebar.html.twig is in the OP's theme's (Medium) partials folder, but it is not included in any other template, so just including it should do the trick.

6 years ago

My apologies, I missed the statement of theme at the top of OP's initial question.

Suggested topics

Topic Participants Replies Views Activity
Support · by complanar, 6 days ago
6 143 18 hours ago
Support · by Rick Beebe, 6 days ago
2 101 3 days ago
Support · by blu3prince, 3 days ago
0 53 3 days ago
Support · by alex, 4 days ago
2 94 3 days ago
Support · by Marcel, 2 weeks ago
1 144 4 days ago