Added missing page title to search page.
This commit is contained in:
parent
ac6307d0d8
commit
58457634e0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{% from 'macros.twig' import container_title %}
|
||||
{% from '_layout/input.twig' import input_text %}
|
||||
|
||||
{% set title = search_query|length < 1 ? 'Search' : 'Looking for ' ~ search_query %}
|
||||
{% set canonical_url = url('search-query', {'query': search_query}) %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Add table
Reference in a new issue