Sha256: 2fb0cb549123cae5db203839ae20a5b8b237dba4cdcd934597b2f433109e2913

Contents?: true

Size: 884 Bytes

Versions: 1

Compression:

Stored size: 884 Bytes

Contents

---
layout: default
---

<main class="f5 f4-m f4-l lh-copy mw7 center w-100 sans-serif dark-gray pa3">
  <header class="mv6 measure">
  {% if page.introduction %}
    {{ page.introduction | markdownify }}
  {% endif %}
  </header>

  <h2 class="f5 lh-title mb1">{{ site.data.theme.text.post_heading }}</h2>
  {% for post in site.posts limit: site.data.theme.text.post_limit %}
  <a class="link dark-gray" href="{{ post.url | relative_url }}">
    <article class="pv1">
      <p class="f5 f4-m f4-l fw4 lh-title mb0 underline">{{ post.title | escape }}</p>
    </article>
  </a>
  {% endfor %}

  <h2 class="f5 lh-title mb1 mt6">{{ site.data.theme.text.archive_heading }}</h2>
  <a class="link dark-gray" href="{{ site.data.theme.text.archive_url | relative_url }}">
    <p class="f5 f4-m f4-l fw4 lh-title pv1 mb0 underline">{{ site.data.theme.text.archive_title }}</p>
  </a>
</main>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-jam-0.0.1 _layouts/home.html