diff --git a/src/Elastic.Codex/Page/Index.cshtml b/src/Elastic.Codex/Page/Index.cshtml index 258db5b7ab..a7f1f08d7e 100644 --- a/src/Elastic.Codex/Page/Index.cshtml +++ b/src/Elastic.Codex/Page/Index.cshtml @@ -84,8 +84,11 @@ { if (name == GlobalSections.Head) { - - + @if (Model.CurrentVersion is not null) + { + + + }