You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
510 B
25 lines
510 B
14 years ago
|
---
|
||
|
layout: default
|
||
|
single: true
|
||
|
---
|
||
|
|
||
|
<article class="hentry">
|
||
|
{% include article.html %}
|
||
14 years ago
|
{% unless page.no_meta %}
|
||
14 years ago
|
<footer>
|
||
14 years ago
|
<p class="meta">
|
||
|
{% include post_author.html %}
|
||
|
{% include post_date.html %}
|
||
14 years ago
|
{% include post_categories.html %}
|
||
14 years ago
|
{% include sharing.html %}
|
||
14 years ago
|
</p>
|
||
|
</footer>
|
||
14 years ago
|
{% endunless %}
|
||
14 years ago
|
{% if site.disqus_short_name %}
|
||
14 years ago
|
<section>
|
||
|
<h1>Comments</h1>
|
||
14 years ago
|
<div id="disqus_thread">{% include disqus_thread.html %}</div>
|
||
14 years ago
|
</section>
|
||
14 years ago
|
{% endif %}
|
||
|
</article>
|