android.moparisthebest.org/.themes/classic/source/_includes/article.html

23 lines
830 B
HTML
Raw Normal View History

{% unless page.no_header %}
<header>
2012-02-12 08:12:22 -05:00
{% include post/title.html %}
{% unless page.meta == false %}
<p class="meta">
{% include post/date.html %}{{ time }}
2012-02-12 08:12:22 -05:00
&bull; <a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
</p>
{% endunless %}
</header>
{% endunless %}
<div class="entry-content">{{ content }}</div>
{% if index %}
2012-02-12 08:12:22 -05:00
<footer>
{% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %}
<p><a class="comments-link" href="{% if index %}{{ permalink }}{% endif %}#disqus_thread">View comments &raquo;</a></p>
{% endif %}
{% if excerpted != 'false' %}
<p><a rel="full-article" href="{{ permalink }}">{{ site.excerpt_link }}</a></p>
{% endif %}
2012-02-12 08:12:22 -05:00
</footer>
{% endif %}