summaryrefslogtreecommitdiffstats
path: root/source/_includes/archive_post.html
blob: 751d15771383999396d9f8c79527bbe91cd180f2 (plain)
1
2
3
4
5
6
7
8
9
{% capture category %}{{ post.categories | size }}{% endcapture %}
<h1 class="title"><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h1>
<div class="meta">
	<span class="date">{{ post.date | date: "%b %e" }}</span>
	<span class="tags">{% include post/categories.html %}</span>
    {% if site.disqus_short_name and post.comments == true %}
    <span class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a></span>
    {% endif %}
</div>