|
| 1 | +{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}} |
| 2 | + |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + {{#_googleAnalyticsTagId}} |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id={{_googleAnalyticsTagId}}"></script> |
| 7 | + <script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag() { dataLayer.push(arguments); } |
| 10 | + gtag('js', new Date()); |
| 11 | + gtag('config', '{{_googleAnalyticsTagId}}'); |
| 12 | + </script> |
| 13 | + {{/_googleAnalyticsTagId}} |
| 14 | + {{#redirect_url}} |
| 15 | + <meta http-equiv="refresh" content="0;URL='{{redirect_url}}'"> |
| 16 | + {{/redirect_url}} |
| 17 | + {{^redirect_url}} |
| 18 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 19 | + <meta name="theme-color" content="#0f172a"> |
| 20 | + <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title> |
| 21 | + <meta name="viewport" content="width=device-width"> |
| 22 | + <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}"> |
| 23 | + {{#_description}}<meta name="description" content="{{_description}}">{{/_description}} |
| 24 | + {{#description}}<meta name="description" content="{{description}}">{{/description}} |
| 25 | + <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}"> |
| 26 | + <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.min.css"> |
| 27 | + <link rel="stylesheet" href="{{_rel}}styles/docfx.css"> |
| 28 | + <link rel="stylesheet" href="{{_rel}}styles/main.css"> |
| 29 | + <meta property="docfx:navrel" content="{{_navRel}}"> |
| 30 | + <meta property="docfx:tocrel" content="{{_tocRel}}"> |
| 31 | + {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}} |
| 32 | + {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}} |
| 33 | + {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}} |
| 34 | + {{/redirect_url}} |
| 35 | +</head> |
0 commit comments