Skip to content

Commit e2f2680

Browse files
Merge pull request #22462 from sarahsanders-docker/fix-llms
fix: move llms page options out of title
1 parent 0c89cc7 commit e2f2680

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

hugo_stats.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"-mt-0.5",
1111
"-mt-4",
1212
"-mt-8",
13+
"-top-16",
1314
"-v",
1415
"-z-10",
1516
".NET",

layouts/partials/content-default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
{{ partial "breadcrumbs.html" . }}
44
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
55
<span>{{ .Title }}</span>
6-
<span class="ml-auto md-dropdown">
7-
{{ partial "md-dropdown.html" . }}
8-
</span>
96
</h1>
107

118
<div class="block lg:hidden">
@@ -14,6 +11,9 @@ <h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
1411
</div>
1512
{{ .Content }}
1613
</article>
14+
<span class="ml-auto md-dropdown">
15+
{{ partial "md-dropdown.html" . }}
16+
</span>
1717
<div class="-mr-8 -mt-8 hidden min-w-52 flex-1 lg:block">
1818
{{ partial "aside.html" . }}
1919
</div>

0 commit comments

Comments
 (0)