Sha256: a86e291409d48b3a5561abd3511579f3688aacc882aecb7cde09c2568368c300
Contents?: true
Size: 567 Bytes
Versions: 3
Compression:
Stored size: 567 Bytes
Contents
{% capture category %}{{ post.categories | size }}{% endcapture %} <h2><a href="{{ site.url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a></h2> <time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span> <span class='year'>%Y</span>"}}</time> {% if category != '0' %} <footer> <span class="categories meta">posted in {{ post.categories | category_links | expand_urls: site.url }}</span> </footer> {% endif %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-foxslide-0.1.2 | _includes/archive_post.html |
jekyll-foxslide-0.1.1 | _includes/archive_post.html |
jekyll-foxslide-0.1.0 | _includes/archive_post.html |