Sha256: 816b7f205019a2d2f353725101d949570169b0b888c4f39e59f8cecf162b46b5
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
<!-- BEGIN Jumbotron Full --> <div class="p-5 mb-4 bg-light rounded-3 jumbotron-full"> <div class="container-fluid py-5"> {%- if include.title -%} <h1 class="display-5 fw-bold">{{ include.title }}</h1> {%- endif -%} <div class="col-md-12 fs-4">{{ include.body }}</div> {%- if include.primary_link_text or include.secondary_link_text -%} <div class="mt-3"> {%- if include.primary_link_text -%} <button class="btn btn-primary btn-lg me-3" type="button" onclick="window.location.href='{{ include.primary_link_url }}';">{{ include.primary_link_text }}</button> {%- endif -%} {%- if include.secondary_link_text -%} <button class="btn btn-secondary btn-lg me-3" type="button" onclick="window.location.href='{{ include.secondary_link_url }}';">{{ include.secondary_link_text }}</button> {%- endif -%} </div> {%- endif -%} </div> </div> <!-- END Jumbotron Full -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-twitter-bootstrap-5.3.0.dev5 | _includes/_components/jumbotron_full.html |