|
18 | 18 | <div id="nav-sidebar" class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none{{ if .Site.Params.ui.sidebar_resizable }} split{{ end }}"> |
19 | 19 | {{ partial "sidebar.html" . }} |
20 | 20 | </div> |
21 | | - <div id="maindoc" class="split pl-md-5 row"> |
22 | | - <!--main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main"--> |
23 | | - <main role="main" class="col-xl-8" {{ if ne .Params.cid "docsHome" }}data-pagefind-body{{ end }}{{ if (and .IsPage .Params.description ) }} data-pagefind-meta="description:{{ .Params.description }}"{{ end }}> |
| 21 | + <main class="col-12 col-md-9 col-xl-8 ps-md-5 docs-main-content" role="main" |
| 22 | + {{ if ne .Params.cid "docsHome" }}data-pagefind-body{{ end }}{{ if (and .IsPage .Params.description ) }} data-pagefind-meta="description:{{ .Params.description }}"{{ end }}> |
| 23 | + <!-- inside main element --> |
24 | 24 | {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }} |
25 | 25 | {{ block "deprecation_warning" . }} |
26 | 26 | {{ partial "version-banner.html" . }} |
|
29 | 29 | {{ partial "docs/outdated_content.html" . }} |
30 | 30 | {{ end }} |
31 | 31 |
|
32 | | - {{ block "main" . }}{{ end }} |
| 32 | + {{ block "main" . }} |
33 | 33 | {{- if .HasShortcode "thirdparty-content" -}} |
34 | 34 | {{ block "thirdparty-disclaimer" . }} |
35 | 35 | {{ partial "docs/thirdparty-disclaimer.html" . }} |
|
44 | 44 | {{ partial "feedback.html" .Site.Params.ui.feedback }} |
45 | 45 | {{ end }} |
46 | 46 | {{ partial "page-meta-lastmod.html" . }} |
47 | | - {{ if (.Site.Config.Services.Disqus.Shortname) }} |
48 | | - <br /> |
49 | | - {{ partial "disqus-comment.html" . }} |
50 | | - {{ end }} |
51 | | - </main> |
52 | | - <div class="d-none d-xl-block td-toc d-print-none col-xl-4"> |
53 | | - {{ partial "toc.html" . }} |
54 | | - </div> |
55 | | - </div> <!--end of main-content--> |
| 47 | + {{ end -}} |
| 48 | + </main> |
| 49 | + <div class="d-none d-xl-block col-xl-2 td-toc d-print-none"> |
| 50 | + {{ partial "page-meta-links.html" . }} |
| 51 | + </div> |
56 | 52 | </div> |
57 | 53 | </div> |
58 | 54 | </div> |
|
0 commit comments