Sha256: 1777c92cb948210bde0c1890bbcc640a0b1b85af77197e85b2c063e6301e6b60

Contents?: true

Size: 877 Bytes

Versions: 1

Compression:

Stored size: 877 Bytes

Contents

<!-- BEGIN Featurette Right -->
<div class="row featurette featurette-right my-5">
    <div class="col-md-7 order-md-2">
        {%- 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 order-md-1">
        {%- 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 Right -->

Version data entries

1 entries across 1 versions & 1 rubygems

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