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

21 lines
1.5 KiB

  1. {{!Copyright (c) Oscar Vasquez. 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/main.css">
  14. <link rel="stylesheet" href="{{_rel}}styles/fix.css">
  15. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  16. <meta property="docfx:navrel" content="{{_navRel}}">
  17. <meta property="docfx:tocrel" content="{{_tocRel}}">
  18. {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
  19. {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
  20. {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
  21. </head>