Sha256: c0304ba2e2d7e8672e7f714cfc9935567f086912790fc599646ec4c4232eaaa4

Contents?: true

Size: 684 Bytes

Versions: 3

Compression:

Stored size: 684 Bytes

Contents

---
layout: default
---

{% comment %}
  Traer el primer artículo en la portada y permitir navegar el resto
  a continuación.
{% endcomment %}

<section>
  {%- assign post = site.posts | find: 'layout', 'post' -%}
  {% include_cached post.html page=post %}

  <footer>
    <div class="row no-gutters">
      <div class="col-12 col-md-6">
        <h2>{{ site.i18n.other_posts }}</h2>
        <div>
          {% for post in site.posts offset: 2 %}
            <h3>
              <a href="{{ post.url }}">{{ post.title }}</a>
            </h3>

            <p class="lead">{{ post.description }}</p>
          {% endfor %}
        </div>
      </div>
    </div>
  </footer>
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radios-comunitarias-jekyll-theme-0.1.3 _layouts/home.html
radios-comunitarias-jekyll-theme-0.1.1 _layouts/home.html
radios-comunitarias-jekyll-theme-0.1.0 _layouts/home.html