|
@@ -15,7 +15,7 @@
|
|
|
| {{ settings.base.SiteSettings.title_suffix }}
|
|
|
{% endblock %}
|
|
|
</title>
|
|
|
- <meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% endif %}">
|
|
|
+ <meta name="description" content="{% block search_description %}{% if page.search_description %}{{ page.search_description }}{% endif %}{% endblock %}">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
{# Force all links in the live preview panel to be opened in a new tab #}
|