diff options
| author | XhmikosR <[email protected]> | 2020-05-20 13:04:36 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-20 13:04:36 +0300 |
| commit | 3b06411402406bbe89e83a67e7377916a9f356a3 (patch) | |
| tree | 25420260408af9ceffef97b79e20bbee34c06628 | |
| parent | e1f320851a611e57a694fe50f64b2bc611574834 (diff) | |
| download | bootstrap-3b06411402406bbe89e83a67e7377916a9f356a3.tar.xz bootstrap-3b06411402406bbe89e83a67e7377916a9f356a3.zip | |
homepage: fix headings hierarchy (#30871)
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index bf2a51cf0..0c8f26063 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -25,9 +25,9 @@ </p> <a class="btn btn-lg btn-outline-primary mb-4" href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/">Explore the docs</a> <div class="text-left mx-md-5 px-md-5"> - <h5>CSS only</h5> + <h3 class="h5">CSS only</h3> {{ highlight (printf (`<link rel="stylesheet" href="%s" integrity=%q crossorigin="anonymous">`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }} - <h5>JS and Popper.js</h5> + <h3 class="h5">JS and Popper.js</h3> {{ highlight (printf (`<script src="%s" integrity=%q crossorigin="anonymous"></script> <script src="%s" integrity=%q crossorigin="anonymous"></script> `) .Site.Params.cdn.popper (.Site.Params.cdn.popper_hash | safeHTMLAttr) .Site.Params.cdn.js (.Site.Params.cdn.js_hash | safeHTMLAttr)) "html" "" }} |
