You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

head.tmpl.partial 1.7 kB

1234567891011121314151617181920212223
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. <head>
  3. <meta charset="utf-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  5. <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
  6. <meta name="viewport" content="width=device-width">
  7. <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
  8. <meta name="generator" content="docfx {{_docfxVersion}}">
  9. {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
  10. <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
  11. <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
  12. <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
  13. <link rel="stylesheet" href="{{_rel}}styles/dark.css" title="theme_dark" >
  14. <link rel="alternate stylesheet" href="{{_rel}}styles/light.css" title="theme_light">
  15. <link rel="stylesheet" href="{{_rel}}styles/main.css">
  16. <link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.css" type="text/css" rel="stylesheet" />
  17. <meta property="docfx:navrel" content="{{_navRel}}">
  18. <meta property="docfx:tocrel" content="{{_tocRel}}">
  19. {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
  20. {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
  21. {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
  22. </head>