From c67b327a115e5401dcdcfe888b481c76072aa01a Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Fri, 27 Jun 2025 12:21:47 +0200 Subject: [PATCH] Fix rendering of `DC.identifier` and `product_version` meta tag --- src/Elastic.Markdown/Page/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Elastic.Markdown/Page/Index.cshtml b/src/Elastic.Markdown/Page/Index.cshtml index 269020d28..e10ab5379 100644 --- a/src/Elastic.Markdown/Page/Index.cshtml +++ b/src/Elastic.Markdown/Page/Index.cshtml @@ -44,8 +44,8 @@ { if (name == GlobalSections.Head) { - - + + } if (name == GlobalSections.Head && Model.Products is { Count: > 0 }) {