Skip to content

Commit

Permalink
[BSv5] blocks/lead row-col hierarchy fix (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Mar 8, 2023
1 parent 7f0bc03 commit d8bebad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/shortcodes/blocks/lead.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
{{ end -}}
<div><a id="td-block-{{ .Ordinal }}" class="td-offset-anchor"></a></div>
<section class="row td-box td-box--{{ $col_id }} position-relative td-box--height-{{ $height }}">
<div class="col-12 px-0">
<div class="container text-center td-arrow-down">
<div class="h4 mb-0">
{{/* Do NOT remove this comment! It ends above HTML block. See https://spec.commonmark.org/0.30/#html-blocks, 7. */}}
{{ .Inner }}
</div>
</div>
</div>
</section>
{{/**/ -}}

0 comments on commit d8bebad

Please sign in to comment.