Skip to content

Commit c26300c

Browse files
committed
test
1 parent e03f91b commit c26300c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/Elastic.Markdown/Slices/_Layout.cshtml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
}
2020
@(await RenderPartialAsync(_Header.Create(Model)))
2121

22-
23-
HELLO
24-
25-
<version-dropdown></version-dropdown>
26-
27-
HELLO
28-
2922
<div id="main-container" class="flex flex-col items-center border-t-1 border-grey-20">
3023
@functions {
3124

@@ -55,6 +48,8 @@ HELLO
5548
</div>
5649
<article id="markdown-content" class="content-container markdown-content md:px-4">
5750
<input type="checkbox" class="hidden" id="pages-nav-hamburger">
51+
<version-dropdown></version-dropdown>
52+
5853
@await RenderBodyAsync()
5954
</article>
6055
@await RenderPartialAsync(_PrevNextNav.Create(Model))

0 commit comments

Comments
 (0)