Sha256: 9de7684d08f59cf511dd376ac0f7c89edb4e3750a11ffd5ae2505c3a256dfe6f
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
<!-- BEGIN Hero Centered --> <div class="px-4 py-5 my-5 text-center component-hero-centered"> <h1 class="display-5 fw-bold">{{ include.title }}</h1> <div class="col-lg-6 mx-auto"> <p class="lead mb-4">{{ include.body }}</p> {%- if include.primary_link_text or include.secondary_link_text -%} <div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> {%- if include.primary_link_text -%} <button type="button" class="btn btn-primary btn-lg px-4 gap-3" onclick="window.location.href='{{ include.primary_link_url }}';">{{ include.primary_link_text }}</button> {%- endif -%} {%- if include.secondary_link_text -%} <button type="button" class="btn btn-outline-secondary btn-lg px-4" onclick="window.location.href='{{ include.secondary_link_url }}';">{{ include.secondary_link_text }}</button> {%- endif -%} </div> {%- endif -%} </div> </div> <!-- BEGIN Hero Centered -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-twitter-bootstrap-5.3.0.dev5 | _includes/_components/hero_centered.html |