Sha256: f260f6fd90b651f1ae38222d74463b412bf6b192474e93f58a1b34b3c73c4d40

Contents?: true

Size: 1.05 KB

Versions: 20

Compression:

Stored size: 1.05 KB

Contents

{% assign section = include.section %}
<section id="{{ section.section_id }}" class="block block-hero has-gradient outer">
    {% assign image_is_not_empty = section.image | is_not_empty %} {% if image_is_not_empty %}
    <div class="bg-img" style="background-image: url('{{ section.image | relative_url }}')"></div>
    {% endif %}
    <div class="inner-sm">
        {% assign title_is_not_empty = section.title | is_not_empty %} {% if title_is_not_empty %}
        <div class="block-header">
            <h1 class="block-title">{{ section.title }}</h1>
        </div>
        {% endif %} {% assign content_is_not_empty = section.content | is_not_empty %} {% if content_is_not_empty %}
        <div class="block-content">
            {{ section.content | markdownify }}
        </div>
        {% endif %} {% assign actions_is_not_empty = section.actions | is_not_empty %} {% if actions_is_not_empty %}
        <div class="block-buttons">

            {% include cta_buttons.html actions=section.actions %}
        </div>
        {% endif %}
    </div>
</section>
<!-- .block -->

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 documentation/site/_includes/section_hero.html
ledger_sync-2.6.0 documentation/site/_includes/section_hero.html
ledger_sync-2.5.0 documentation/site/_includes/section_hero.html
ledger_sync-2.4.4 documentation/site/_includes/section_hero.html
ledger_sync-2.3.1 documentation/site/_includes/section_hero.html
ledger_sync-2.2.3 documentation/site/_includes/section_hero.html
ledger_sync-2.2.1 documentation/site/_includes/section_hero.html
ledger_sync-2.2.0 documentation/site/_includes/section_hero.html
ledger_sync-2.0.2 documentation/site/_includes/section_hero.html
ledger_sync-2.0.1 documentation/site/_includes/section_hero.html
ledger_sync-2.0.0 documentation/site/_includes/section_hero.html
ledger_sync-2.0.0.pre.1 documentation/site/_includes/section_hero.html
ledger_sync-1.8.1 documentation/site/_includes/section_hero.html
ledger_sync-1.8.0 documentation/site/_includes/section_hero.html
ledger_sync-1.7.0 documentation/site/_includes/section_hero.html
ledger_sync-1.6.0 documentation/site/_includes/section_hero.html
ledger_sync-1.5.2 documentation/site/_includes/section_hero.html
ledger_sync-1.5.1 documentation/site/_includes/section_hero.html
ledger_sync-1.5.0 documentation/site/_includes/section_hero.html
ledger_sync-1.4.4 documentation/site/_includes/section_hero.html