mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
homepage: fix headings hierarchy (#30871)
This commit is contained in:
parent
e1f320851a
commit
3b06411402
1 changed files with 2 additions and 2 deletions
|
|
@ -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" "" }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue