mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Set title for page.title
This commit is contained in:
parent
649e259f29
commit
4b447e69a7
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 }}">{{ page.title }}</a></h3>
|
||||
<h3><a href="{{ page.url }}">{{ title }}</a></h3>
|
||||
</div>
|
||||
|
||||
<div class="search-details">
|
||||
|
|
Loading…
Add table
Reference in a new issue