We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3e021 commit 66a8c6eCopy full SHA for 66a8c6e
src/Elastic.Markdown/Page/Index.cshtml
@@ -10,7 +10,6 @@
10
@functions {
11
public MarkdownLayoutViewModel LayoutModel => new()
12
{
13
- IsAssemblerBuild = Model.IsAssemblerBuild,
14
DocsBuilderVersion = ShortId.Create(BuildContext.Version),
15
Layout = Model.CurrentDocument.YamlFrontMatter?.Layout,
16
RenderHamburgerIcon = Model.CurrentDocument.YamlFrontMatter?.Layout != MarkdownPageLayout.LandingPage,
0 commit comments