mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Update simplesearch_item.html.twig
This commit is contained in:
parent
4b447e69a7
commit
e839d18e55
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
{% endif %}
|
||||
<div class="search-item">
|
||||
<div class="search-title">
|
||||
<h3><a href="{{ page.url }}">{{ title }}</a></h3>
|
||||
<h3><a href="{{ page.url }}">{{ title|raw }}</a></h3>
|
||||
</div>
|
||||
|
||||
<div class="search-details">
|
||||
|
|
Loading…
Add table
Reference in a new issue