[Doc] Update template with docfx v2.37.2
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / _head.liquid
1 {% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
2 <head>
3   <meta charset="utf-8">
4   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
5   {%- if title and _appTitle -%}
6   <title>{{title}} | {{appTitle}}</title>
7   <meta name="title" content="{{title}} | {{appTitle}}">
8   {%- else -%}
9     {%- if title or _appTitle -%}
10   <title>{{title}}{{appTitle}}</title>
11   <meta name="title" content="{{title}}{{appTitle}}">
12     {%- endif -%}
13   {%- endif -%}
14   <meta name="viewport" content="width=device-width">
15   <meta name="generator" content="docfx {{_docfxVersion}}">
16   {%- if _description -%}
17   <meta name="description" content="{{_description}}">
18   {%- endif -%}
19   {%- if _appFaviconPath -%}
20   <link rel="shortcut icon" href="{{_rel}}{{_appFaviconPath}}">
21   {%- else -%}
22   <link rel="shortcut icon" href="{{_rel}}favicon.ico">
23   {%- endif -%}
24   <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
25   <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
26   <link rel="stylesheet" href="{{_rel}}styles/main.css">
27   <meta property="docfx:navrel" content="{{_navRel}}">
28   <meta property="docfx:tocrel" content="{{_tocRel}}">
29   {%- if _noindex -%}
30   <meta name="searchOption" content="noindex">
31   {%- endif -%}
32   {%- if _enableSearch -%}
33   <meta property="docfx:rel" content="{{_rel}}">
34   {%- endif -%}
35   {%- if _enableNewTab -%}
36   <meta property="docfx:newtab" content="true">
37   {%- endif -%}
38 </head>