Sha256: 499a9ae176da13b86a06398e1ca1d4c941c944e7f0a248ecf89b2765b7a1ce01
Contents?: true
Size: 919 Bytes
Versions: 1
Compression:
Stored size: 919 Bytes
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"> <div class="post-tags"> {% for tag in post.tags %} <a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a> {% endfor %} </div> {% 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 %} {% else %} <div>No posts yet.</div> {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-dash-1.0.1 | index.html |