Sha256: 50e28c9032bd6fe7936b250fe65f84590db4f8696c0188c03bf6e1ac1d18baec

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

<!-- BEGIN Featurette Left -->
<div class="row featurette featurette-left my-5">
    <div class="col-md-7">
        {%- if include.title -%}
            <h2 class="featurette-heading fw-normal lh-1">{{ include.title }}
                {%- if include.tagline -%}
                    <span class="text-muted ms-3">{{ include.tagline }}</span>
                {%- endif -%}
            </h2>
        {%- endif -%}
        {%- if include.body -%}
            <p class="lead">{{ include.body }}</p>
        {%- endif -%}
    </div>
    <div class="col-md-5">
        {%- if include.image_path -%}
            <img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" src="{{ include.image_path }}" alt="{{ include.image_text }}" />
        {%- endif -%}
    </div>
</div>
<!-- END Featurette Left -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-twitter-bootstrap-5.3.0.dev5 _includes/_components/featurette_left.html