feat: Adding product to the title.

This commit is contained in:
imtodor 2018-10-19 10:21:14 +03:00
Родитель ea085c7f42
Коммит 447f8de7e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="turbolinks-root" content="{{site.baseurl}}/">
<title>{{ page.page_title | default: generated_title }}</title>
<title>{{ page.page_title | page.title }} - {{ site.product }}</title>
<meta name="description" content="{{ page.description }}" />
{% if page.res_type %}<meta name="restype" content="{{ page.res_type }}">{% else %}<meta name="restype" content="documentation">{% endif %}
<link rel="shortcut icon" href="{{site.baseurl}}/favicon.ico"/>