Sha256: 98d21f4637083e38caae3fe139cabc47fd0ecc323d100cf866b3f6ef29d8bf82

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 KB

Contents

---
layout: default
---
{% include author.html %}
{% assign posts_count = paginator.posts | size %}
{% if posts_count > 0 %}
<h1>Recent blog articles</h1>
    <div class="post-links">
      {% for post in paginator.posts %}
        <div class="post-link-wrapper">
          <a href="{{ post.url | relative_url }}" class="post-link">{{ post.title }}</a>
          <div class="post-meta">

            {% if site.plugins contains "jekyll/tagging" %}
            <div class="post-tags">
                {% for tag in post.tags %}
                <a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
                {% endfor %}
            </div>
            {% endif %}
            {% if site.date_format %}
              {{ post.date | date: site.date_format }}
            {% else %}
              {{ post.date | date: "%b %-d, %Y" }}
            {% endif %}
          </div>
        </div>
      {% endfor %}
    </div>

    {% include pagination.html %}

    {% include tagcloud.html %}
{% else %}
<div>No posts yet.</div>
{% endif %}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-dash-1.1.3 _layouts/home.html
jekyll-dash-1.1.2 _layouts/home.html
jekyll-dash-1.1.1 _layouts/home.html
jekyll-dash-1.1.0 _layouts/home.html
jekyll-dash-1.0.12 _layouts/home.html
jekyll-dash-1.0.11 _layouts/home.html
jekyll-dash-1.0.10 _layouts/home.html
jekyll-dash-1.0.9 _layouts/home.html
jekyll-dash-1.0.8 _layouts/home.html