File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 < meta charset ="UTF-8 ">
33 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
44 < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
5- < 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.page_title_product | default: site.product }} {% endif %}</ title >
5+ < 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.page_title_product | default: site.product }} {% endif %}</ title >
66 < meta name ="description " content ="{{ page.description | parse_front_matter }}{% if page.description_suffix %} {{ page.description_suffix }}{% endif %} " />
77 {% if page.res_type %}< meta name ="restype " content ="{{ page.res_type }} "> {% else %}< meta name ="restype " content ="documentation "> {% endif %}
88 {% if site.progress_hosting != true %}
1414 "@type" : "WebPage" ,
1515 "@id" : "https://docs.telerik.com{{site.baseurl}}{{page.url | replace: '.html',''}}"
1616 } ,
17- "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 %}" ,
17+ "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 %}" ,
1818 "author" :{
1919 "@type" :"Organization" ,
2020 "name" :"Telerik" } ,
You can’t perform that action at this time.
0 commit comments