Sha256: f2003170c19b2865e1d5b8478933a19844d6cdaf1938829d4c29f68b4cdf9062
Contents?: true
Size: 1 KB
Versions: 5
Compression:
Stored size: 1 KB
Contents
--- layout: default --- {% include author.html %} {% 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 }}/">{{ 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 %} <h2>no posts yet.</h2> {% endif %}
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jekyll-dash-1.3.3 | _layouts/home.html |
jekyll-dash-1.3.2 | _layouts/home.html |
jekyll-dash-1.3.1 | _layouts/home.html |
jekyll-dash-1.3.0 | _layouts/home.html |
jekyll-dash-1.2.0 | _layouts/home.html |