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 e03f91b commit c26300cCopy full SHA for c26300c
src/Elastic.Markdown/Slices/_Layout.cshtml
@@ -19,13 +19,6 @@
19
}
20
@(await RenderPartialAsync(_Header.Create(Model)))
21
22
-
23
-HELLO
24
25
-<version-dropdown></version-dropdown>
26
27
28
29
<div id="main-container" class="flex flex-col items-center border-t-1 border-grey-20">
30
@functions {
31
@@ -55,6 +48,8 @@ HELLO
55
48
</div>
56
49
<article id="markdown-content" class="content-container markdown-content md:px-4">
57
50
<input type="checkbox" class="hidden" id="pages-nav-hamburger">
51
+ <version-dropdown></version-dropdown>
52
+
58
53
@await RenderBodyAsync()
59
54
</article>
60
@await RenderPartialAsync(_PrevNextNav.Create(Model))
0 commit comments