mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
masthead: add newlines in the snippets and reindent (#32129)
* Update masthead-followup.html * Update single.html
This commit is contained in:
@@ -33,9 +33,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-7 pl-md-5">
|
<div class="col-md-7 pl-md-5">
|
||||||
{{ highlight (printf (`<!-- CSS only -->
|
{{ highlight (printf (`<!-- CSS only -->
|
||||||
<link href="%s" rel="stylesheet" integrity=%q crossorigin="anonymous">`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }}
|
<link href="%s" rel="stylesheet" integrity=%q crossorigin="anonymous">
|
||||||
|
`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }}
|
||||||
{{ highlight (printf (`<!-- JavaScript Bundle with Popper.js -->
|
{{ highlight (printf (`<!-- JavaScript Bundle with Popper.js -->
|
||||||
<script src="%s" integrity=%q crossorigin="anonymous"></script>`) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }}
|
<script src="%s" integrity=%q crossorigin="anonymous"></script>
|
||||||
|
`) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user