mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Deleted post style from article tag
This change prevents the <img> tag in simplesearch_item.html.twig from inheriting the options defined in the .post style
This commit is contained in:
parent
36d4668000
commit
f50d80f185
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="post simplesearch">
|
||||
<article class="simplesearch">
|
||||
<header>
|
||||
<div class="title">
|
||||
{% block results %}
|
||||
|
|
Loading…
Add table
Reference in a new issue