mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-28 06:08:53 +00:00
Fix extends line as there is no simplesearch_base
This commit is contained in:
parent
a6adce9e15
commit
aacdb083ad
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{% extends 'partials/simplesearch_base.html.twig' %}
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
{% block menu %}
|
{% block menu %}
|
||||||
{% include 'partials/sidebar_right.html.twig' %}
|
{% include 'partials/sidebar_right.html.twig' %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue