Skip to content

Commit 16f31c9

Browse files
committed
partial template fix
1 parent 1df18fd commit 16f31c9

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.template/partials/head.tmpl.partial

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
22

33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
7+
<meta name="viewport" content="width=device-width">
8+
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
9+
<meta name="generator" content="docfx {{_docfxVersion}}">
510
{{#_matomoContainerId}}
611
<!-- Matomo Tag Manager -->
712
<script>
@@ -11,6 +16,23 @@
1116
g.async=true; g.src='https://matomo.devexpress.com/js/container_{{_matomoContainerId}}.js'; s.parentNode.insertBefore(g,s);
1217
</script>
1318
<!-- End Matomo Tag Manager -->
19+
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
20+
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
21+
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
22+
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
23+
<link rel="stylesheet" href="{{_rel}}styles/main.css">
24+
<meta property="docfx:navrel" content="{{_navRel}}">
25+
<meta property="docfx:tocrel" content="{{_tocRel}}">
26+
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
27+
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
28+
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
29+
</head>
30+
31+
{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
32+
33+
<head>
34+
<meta charset="utf-8">
35+
1436
{{/_matomoContainerId}}
1537
{{#_googleAnalyticsTagId}}
1638
<script async src="https://www.googletagmanager.com/gtag/js?id={{_googleAnalyticsTagId}}"></script>

0 commit comments

Comments
 (0)