Added missing page title to search page.

This commit is contained in:
flash 2019-04-14 01:11:16 +02:00
parent ac6307d0d8
commit 58457634e0

View file

@ -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 %}