generated from mirzaev/pot-php
twig syntax fix
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
<head>
|
||||
{% use '/themes/default/head.html' with meta as head_meta, css as head_css %}
|
||||
|
||||
<title>{% block title %}{% endblock %} @Кодорвань</title>
|
||||
|
||||
{{ block('head_meta') }}
|
||||
{% block meta %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
|
||||
<link rel="canonical" href="{{ uri ?? (domain ? ('https://' ~ domain) : '') }}">
|
||||
|
||||
<title>{% if not empty title %}{{ title }} @Кодорвань{% else %}Кодорвань{% endif %}</title>
|
||||
<title>{% if title is not empty %}{{ title }} @Кодорвань{% else %}Кодорвань{% endif %}</title>
|
||||
|
||||
<meta name="application-name" content="Кодорвань">
|
||||
<meta name="description" content="{% if not empty description %}{{ description }}{% else %}Чистый код, авангардный дизайн, крепкий бустинг и юридическая броня! Заходи на сайт и посчитай проект за 2 минуты! Рвём шаблоны!{% endif %}">
|
||||
<meta name="description" content="{% if description is not empty %}{{ description }}{% else %}Чистый код, авангардный дизайн, крепкий бустинг и юридическая броня! Заходи на сайт и посчитай проект за 2 минуты! Рвём шаблоны!{% endif %}">
|
||||
<meta name="author" content="Арсен Мирзаев Татьяно-Мурадович">
|
||||
|
||||
<meta name="robots" content="index, follow">
|
||||
|
||||
Reference in New Issue
Block a user