Compare commits

...

4 commits

Author SHA1 Message Date
pmoreno.rodriguez
85626433e9 Updated changelog 2024-03-19 19:59:40 +01:00
pmoreno.rodriguez
612a7d28f1 Release 1.3.2 2024-03-19 19:38:15 +01:00
pmoreno.rodriguez
e5117484d1
Update downloads.html.twig (#56)
I think the menu-part was missing in downloads.html.twig:

{% block menu %}
  {% include 'partials/sidebar_right.html.twig' %}
{% endblock %}
2024-03-19 19:34:51 +01:00
mjz68
0fb3191b12
Update downloads.html.twig
the menu-part was missing in downloads.html.twig

{% block menu %}
  {% include 'partials/sidebar_right.html.twig' %}
{% endblock %}
2024-03-19 18:13:25 +01:00
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# v1.3.2
## 03/19/2024
1. [](#bugfix)
* Fixed missing block menu in the right sidebar in the downloads template (thanks [mjz68](https://github.com/mjz68))
# v1.3.1
## 03/17/2024

View file

@ -1,7 +1,7 @@
name: Future 2021
slug: future2021
type: theme
version: 1.3.1
version: 1.3.2
description: Grav Future Imperfect by HTML5 UP (Version 2021)
icon: microchip
author:

View file

@ -1,5 +1,9 @@
{% extends 'partials/base.html.twig' %}
{% block menu %}
{% include 'partials/sidebar_right.html.twig' %}
{% endblock %}
{% block content %}
<article class="post">
<header>