Sha256: f9fcbf3536339908cc93fc24c6ce2cb00362d62ddead022cd30b95a61e176288
Contents?: true
Size: 538 Bytes
Versions: 29
Compression:
Stored size: 538 Bytes
Contents
{% capture category %}{{ post.categories | size }}{% endcapture %} <h1><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a></h1> <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">posted in {{ post.categories | category_links }}</span> </footer> {% endif %}
Version data entries
29 entries across 29 versions & 2 rubygems