|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
8 | 8 | <meta name="turbolinks-root" content="{{site.baseurl}}/"> |
9 | | - <title>{% if page.title_prefix %}{{ page.title_prefix }} | {% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}</title> |
10 | | - <meta name="description" content="{{ page.description | parse_front_matter }}" /> |
| 9 | + <title>{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} | {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}</title> |
| 10 | + <meta name="description" content="{{ page.description | parse_front_matter }}{% if page.description_suffix %} {{ page.description_suffix }}{% endif %}" /> |
11 | 11 | {% if page.res_type %}<meta name="restype" content="{{ page.res_type }}">{% else %}<meta name="restype" content="documentation">{% endif %} |
12 | 12 | {% if site.progress_hosting != true %} |
13 | 13 | <script type="application/ld+json"> |
|
18 | 18 | "@type": "WebPage", |
19 | 19 | "@id": "https://docs.telerik.com{{site.baseurl}}{{page.url | replace: '.html',''}}" |
20 | 20 | }, |
21 | | - "headline": "{% if page.title_prefix %}{{ page.title_prefix }} | {% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}", |
| 21 | + "headline": "{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} | {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}", |
22 | 22 | "author":{ |
23 | 23 | "@type":"Organization", |
24 | 24 | "name":"Telerik"}, |
|
37 | 37 | "url": "https://telerik-media.s3.amazonaws.com/assets/progress-telerik-logo-black.png" |
38 | 38 | } |
39 | 39 | }, |
40 | | - "description": "{{ page.description | parse_front_matter }}", |
| 40 | + "description": "{{ page.description | parse_front_matter }}{% if page.description_suffix %} {{ page.description_suffix }}{% endif %}", |
41 | 41 | "about": "{{ site.product }}", |
42 | 42 | "isPartOf": "{% if site.product_url %}{{ site.product_url }}{% else %}https://docs.telerik.com{{site.baseurl}}{% endif %}" |
43 | 43 | } |
|
0 commit comments