2011-06-17 22:24:48 -04:00
|
|
|
{% unless page.no_header %}
|
|
|
|
<header>
|
2012-02-12 08:12:22 -05:00
|
|
|
{% include post/title.html %}
|
2011-07-18 16:59:59 -04:00
|
|
|
{% unless page.meta == false %}
|
2011-09-21 05:46:48 -04:00
|
|
|
<p class="meta">
|
|
|
|
{% include post/date.html %}{{ time }}
|
2012-02-12 08:12:22 -05:00
|
|
|
• <a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
|
2011-09-21 05:46:48 -04:00
|
|
|
</p>
|
2011-07-13 22:23:19 -04:00
|
|
|
{% endunless %}
|
2011-06-17 22:24:48 -04:00
|
|
|
</header>
|
|
|
|
{% endunless %}
|
2012-04-29 20:03:52 -04:00
|
|
|
<div class="entry-content">{{ content }}</div>
|
|
|
|
{% if index %}
|
2012-02-12 08:12:22 -05:00
|
|
|
<footer>
|
2012-05-22 10:28:59 -04:00
|
|
|
{% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %}
|
2012-04-29 20:03:52 -04:00
|
|
|
<p><a class="comments-link" href="{% if index %}{{ permalink }}{% endif %}#disqus_thread">View comments »</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>
|
2011-06-07 16:12:46 -04:00
|
|
|
{% endif %}
|