mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Update downloads.html.twig
the menu-part was missing in downloads.html.twig {% block menu %} {% include 'partials/sidebar_right.html.twig' %} {% endblock %}
This commit is contained in:
parent
653fc64366
commit
0fb3191b12
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
{% extends 'partials/base.html.twig' %}
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
|
{% block menu %}
|
||||||
|
{% include 'partials/sidebar_right.html.twig' %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
|
@ -52,4 +56,4 @@
|
||||||
{% if show_sidebar == true %}
|
{% if show_sidebar == true %}
|
||||||
{% include 'partials/sidebar_left.html.twig' %}
|
{% include 'partials/sidebar_left.html.twig' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue