Re-add the side bar on show page
1 files changed, 4 insertions(+), 0 deletions(-) M templates/article/show.html.twig
M templates/article/show.html.twig +4 -0
@@ 11,3 11,7 @@ {{ article.content|raw }} </div> {% endblock %} + +{% block sidebar %} + <img src="{{ asset('img/icon.jpg') }}" class="icon"/> +{% endblock %}