Sha256: 99a38e0eb67e29ce7c519ebfdd304d694b3982827be82e05e56e84a3d643ed0d

Contents?: true

Size: 640 Bytes

Versions: 15

Compression:

Stored size: 640 Bytes

Contents

{% assign graphics = include.graphics %}
{% if graphics %}
<section class="usa-section usa-section-dark usa-graphic_list">
  {% for graphic in graphics %}
    {% cycle '<div class="usa-grid usa-graphic_list-row">', '' %}
    <div class="usa-width-one-half usa-media_block">
      <img class="usa-media_block-img"  src="{{ graphic.image.src | relative_url }}" alt="{{ graphic.image.alt }}">
      <div class="usa-media_block-body">
        {% if graphic.title %}<h3>{{ graphic.title }}</h3>{% endif %}
        {{ graphic.description | markdownify }}
      </div>
    </div>
    {% cycle '', '</div>' %}
  {% endfor %}
</section>
{% endif %}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
federalist-basic-report-theme-0.1.7 _includes/components/graphic-list.html
uswds-jekyll-4.2.0 _includes/components/graphic-list.html
federalist-basic-report-theme-0.1.5 _includes/components/graphic-list.html
federalist-basic-report-theme-0.1.4 _includes/components/graphic-list.html
federalist-basic-report-theme-0.1.3 _includes/components/graphic-list.html
federalist-basic-report-theme-0.1.0 _includes/components/graphic-list.html
uswds-jekyll-4.1.0 _includes/components/graphic-list.html
uswds-jekyll-4.0.0 _includes/components/graphic-list.html
uswds-jekyll-3.0.0 _includes/components/graphic-list.html
uswds-jekyll-2.2.1 _includes/components/graphic-list.html
uswds-jekyll-2.2.0 _includes/components/graphic-list.html
uswds-jekyll-2.1.0 _includes/components/graphic-list.html
uswds-jekyll-2.0.1 _includes/components/graphic-list.html
uswds-jekyll-2.0.0 _includes/components/graphic-list.html
uswds-jekyll-1.4.1 _includes/components/graphic-list.html