From 9f2e2ffb0e657dedec499bf010cbb1f5ff549ff0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 Jul 2020 03:15:36 +0200 Subject: [PATCH] added analytics to website --- Docs/docfx.json | 3 ++- Docs/template/partials/head.tmpl.partial | 32 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 Docs/template/partials/head.tmpl.partial diff --git a/Docs/docfx.json b/Docs/docfx.json index 3cf124b..99aed9f 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -54,7 +54,8 @@ "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [ - "default" + "default", + "template" ], "postProcessors": [], "markdownEngineName": "markdig", diff --git a/Docs/template/partials/head.tmpl.partial b/Docs/template/partials/head.tmpl.partial new file mode 100644 index 0000000..0bf1d4f --- /dev/null +++ b/Docs/template/partials/head.tmpl.partial @@ -0,0 +1,32 @@ +{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} + + + + + {{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}} + + + + {{#_description}}{{/_description}} + + + + + + + {{#_noindex}}{{/_noindex}} + {{#_enableSearch}}{{/_enableSearch}} + {{#_enableNewTab}}{{/_enableNewTab}} + + + + +