...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/docgeneration/templates/matthews/partials/head.tmpl.partial

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/docgeneration/templates/matthews/partials

     1<head>
     2  <meta charset="utf-8">
     3  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     4  <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
     5  <meta name="viewport" content="width=device-width">
     6  <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
     7  <meta name="generator" content="docfx {{_docfxVersion}}">
     8  {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
     9  <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
    10  <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
    11  <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
    12  <link rel="stylesheet" href="{{_rel}}styles/main.css">
    13  <meta property="docfx:navrel" content="{{_navRel}}">
    14  <meta property="docfx:tocrel" content="{{_tocRel}}">
    15  {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
    16  {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
    17  {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
    18
    19  <!-- Global site tag (gtag.js) - Google Analytics -->
    20  <script async src="https://www.googletagmanager.com/gtag/js?id=GA_CAMPAIGN_ID"></script>
    21  <script>
    22    window.dataLayer = window.dataLayer || [];
    23    function gtag(){dataLayer.push(arguments);}
    24    gtag('js', new Date());
    25
    26    gtag('config', 'GA_CAMPAIGN_ID');
    27  </script>
    28</head>

View as plain text