Skip to content

Commit 23a6fde

Browse files
committed
site: render page info dropdown on cli pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 8c05ef7 commit 23a6fde

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

layouts/_default/cli.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
<div class="flex w-full">
1111
<article class="prose min-w-0 flex-[2_2_0%] max-w-4xl dark:prose-invert">
1212
{{ partial "breadcrumbs.html" . }}
13-
<h1>{{ .Title }}</h1>
13+
<div class="flex items-start justify-between gap-4">
14+
<h1>{{ .Title }}</h1>
15+
<div class="md-dropdown ml-auto mr-4 hidden lg:block">
16+
{{ partial "md-dropdown.html" . }}
17+
</div>
18+
</div>
1419
<div class="overflow-x-auto">
1520
<table>
1621
<tbody>

0 commit comments

Comments
 (0)