From 9cee16f5bb2e6cb4b0abac777de339cd28f01bf7 Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:58:31 +0800 Subject: [PATCH] Add D.NET Logo to Open Graph meta tags --- .../light-dark-theme/partials/head.tmpl.partial | 17 +++++++++++------ docs/docfx.json | 3 ++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/_template/light-dark-theme/partials/head.tmpl.partial b/docs/_template/light-dark-theme/partials/head.tmpl.partial index a25da58fc..5fab42fe9 100644 --- a/docs/_template/light-dark-theme/partials/head.tmpl.partial +++ b/docs/_template/light-dark-theme/partials/head.tmpl.partial @@ -5,9 +5,18 @@ {{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}} - + + {{#_description}}{{/_description}} + + + + + + - {{#_description}}{{/_description}} + + + @@ -18,10 +27,6 @@ - - - - {{#_noindex}}{{/_noindex}} {{#_enableSearch}}{{/_enableSearch}} {{#_enableNewTab}}{{/_enableNewTab}} diff --git a/docs/docfx.json b/docs/docfx.json index 5ddd3f84e..bc635ead7 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -35,7 +35,8 @@ "**/images/**", "**/samples/**", "langwordMapping.yml", - "marketing/logo/SVG/**.svg", + "marketing/logo/**.svg", + "marketing/logo/**.png", "favicon.ico" ] }],