Sha256: 13f2f54d85b901d2f43fd04a960cd1d5645806c751e1e6b0bff97e704cd98c7a

Contents?: true

Size: 680 Bytes

Versions: 8

Compression:

Stored size: 680 Bytes

Contents

---
layout: default
---

{% assign hero = page.hero %}
{% include components/hero.html %}

{% if page.tagline and page.intro %}
<section class="usa-grid usa-section">
  <div class="usa-width-one-third">
    <h2>{{ page.tagline }}</h2>
  </div>
  <div class="usa-width-two-thirds">
    {{ page.intro | markdownify }}
  </div>
</section>
{% endif %}

{% capture _graphics %}
  {% include graphic-list.html graphics=page.graphics %}
{% endcapture %}
{% if page.graphics_position != 'after' %}{{ _graphics }}{% endif %}

<section class="usa-section">
  <div class="usa-grid">
    {{ content }}
  </div>
</section>

{% if page.graphics_position == 'after' %}{{ _graphics }}{% endif %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
uswds-jekyll-4.1.0 _layouts/home.html
uswds-jekyll-4.0.0 _layouts/home.html
uswds-jekyll-3.0.0 _layouts/home.html
uswds-jekyll-2.2.1 _layouts/home.html
uswds-jekyll-2.2.0 _layouts/home.html
uswds-jekyll-2.1.0 _layouts/home.html
uswds-jekyll-2.0.1 _layouts/home.html
uswds-jekyll-2.0.0 _layouts/home.html