post.html 174 B

12345678910111213
  1. ---
  2. layout: default
  3. ---
  4. {% include post.html post=page %}
  5. {% if site.author.disqus %}
  6. {% include externals/disqus.html %}
  7. {% endif %}
  8. {% include post/related.html %}