docfx/_exported_templates/default/partials/_head.liquid (35 lines of code) (raw):

{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%} <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> {%- if title and _appTitle -%} <title>{{title}} | {{appTitle}}</title> <meta name="title" content="{{title}} | {{appTitle}}"> {%- else -%} {%- if title or _appTitle -%} <title>{{title}}{{appTitle}}</title> <meta name="title" content="{{title}}{{appTitle}}"> {%- endif -%} {%- endif -%} <meta name="viewport" content="width=device-width"> <meta name="generator" content="docfx {{_docfxVersion}}"> {%- if _description -%} <meta name="description" content="{{_description}}"> {%- endif -%} {%- if _appFaviconPath -%} <link rel="shortcut icon" href="{{_rel}}{{_appFaviconPath}}"> {%- else -%} <link rel="shortcut icon" href="{{_rel}}favicon.ico"> {%- endif -%} <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css"> <link rel="stylesheet" href="{{_rel}}styles/docfx.css"> <link rel="stylesheet" href="{{_rel}}styles/main.css"> <meta property="docfx:navrel" content="{{_navRel}}"> <meta property="docfx:tocrel" content="{{_tocRel}}"> {%- if _enableSearch -%} <meta property="docfx:rel" content="{{_rel}}"> {%- endif -%} {%- if _enableNewTab -%} <meta property="docfx:newtab" content="true"> {%- endif -%} </head>