From 9305c858aefd0207d1bf3119721b31021ef46783 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Mon, 17 Mar 2025 21:43:30 +0100 Subject: [PATCH] Add favicon tags --- .../Slices/Layout/_Favicon.cshtml | 20 +++++++++++++++++++ .../Slices/Layout/_Head.cshtml | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/Elastic.Markdown/Slices/Layout/_Favicon.cshtml diff --git a/src/Elastic.Markdown/Slices/Layout/_Favicon.cshtml b/src/Elastic.Markdown/Slices/Layout/_Favicon.cshtml new file mode 100644 index 000000000..d1c43d3d3 --- /dev/null +++ b/src/Elastic.Markdown/Slices/Layout/_Favicon.cshtml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/Elastic.Markdown/Slices/Layout/_Head.cshtml b/src/Elastic.Markdown/Slices/Layout/_Head.cshtml index cc7b6b478..8efac7915 100644 --- a/src/Elastic.Markdown/Slices/Layout/_Head.cshtml +++ b/src/Elastic.Markdown/Slices/Layout/_Head.cshtml @@ -4,8 +4,9 @@ + @await RenderPartialAsync(_Favicon.Create()) - +