mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-26 11:58:55 +00:00
Compare commits
4 commits
653fc64366
...
85626433e9
Author | SHA1 | Date | |
---|---|---|---|
|
85626433e9 | ||
|
612a7d28f1 | ||
|
e5117484d1 | ||
|
0fb3191b12 |
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block menu %}
|
||||
{% include 'partials/sidebar_right.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="post">
|
||||
<header>
|
||||
|
|
Loading…
Add table
Reference in a new issue