Skip to content

Commit 66a8c6e

Browse files
committed
Remove deleted property
1 parent 3d3e021 commit 66a8c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.Markdown/Page/Index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
@functions {
1111
public MarkdownLayoutViewModel LayoutModel => new()
1212
{
13-
IsAssemblerBuild = Model.IsAssemblerBuild,
1413
DocsBuilderVersion = ShortId.Create(BuildContext.Version),
1514
Layout = Model.CurrentDocument.YamlFrontMatter?.Layout,
1615
RenderHamburgerIcon = Model.CurrentDocument.YamlFrontMatter?.Layout != MarkdownPageLayout.LandingPage,

0 commit comments

Comments
 (0)