Sha256: ea53bdffb94056ea5753bfdf688eb437a8432191c1bf1e112a8824546e97c7dd
Contents?: true
Size: 1.29 KB
Versions: 9
Compression:
Stored size: 1.29 KB
Contents
--- layout: default --- {% unless site.dash.show_author == false %} {% include author.html %} {% endunless %} {{ content }} {% assign posts_count = paginator.posts | size %} {% if posts_count > 0 %} <h1>recent 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_url }}">{{ tag }}</a> {% endfor %} </div> {% endif %} {% if site.dash.date_format %} {{ post.date | date: site.dash.date_format }} {% else %} {{ post.date | date: "%b %-d, %Y" }} {% endif %} {% if site.show_excerpts == true %} <div class="post-excerpt"> {{ post.content | strip_html | truncatewords: 50 }} </div> {% endif %} </div> </div> {% endfor %} </div> {% include pagination.html %} {% include tagcloud.html %} {% else %} <h2>no posts yet.</h2> {% endif %}
Version data entries
9 entries across 9 versions & 1 rubygems