mirror of https://github.com/docker/docs.git
Merge pull request #18631 from docker/revert-18627-main
Revert "search: add a stronger main content identifier"
This commit is contained in:
commit
ac3e0af07d
|
@ -12,7 +12,7 @@
|
|||
{{ .Scratch.Set "headings" slice }}
|
||||
{{ .Scratch.Set "subheadings" slice }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ $data.short | .RenderString (dict "display" "block") }}
|
||||
{{ if $data.deprecated }}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{{ define "main" }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{{ define "main" }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
{{ with .Title }}
|
||||
<h1>{{ . }}</h1>
|
||||
{{ end }}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{{ define "main" }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
{{ with .Title }}
|
||||
<h1>{{ . }}</h1>
|
||||
{{ end }}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{{ define "main" }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
||||
<article class="prose max-w-none dark:prose-invert">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<blockquote>
|
||||
<p><strong>Note</strong></p>
|
||||
|
|
Loading…
Reference in New Issue