aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/source/_layouts/post.html')
-rw-r--r--.themes/classic/source/_layouts/post.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html
index 1e35ac72..2ec379c9 100644
--- a/.themes/classic/source/_layouts/post.html
+++ b/.themes/classic/source/_layouts/post.html
@@ -8,19 +8,19 @@ single: true
{% include article.html %}
<footer>
<p class="meta">
- {% include post_author.html %}
- {% include post_date.html %}
- {% include post_categories.html %}
+ {% include post/author.html %}
+ {% include post/date.html %}
+ {% include post/categories.html %}
</p>
{% unless page.no_sharing %}
- {% include sharing.html %}
+ {% include post/sharing.html %}
{% endunless %}
</footer>
</article>
{% if site.disqus_short_name and page.no_comments != true %}
<section>
<h1>Comments</h1>
- <div id="disqus_thread">{% include disqus_thread.html %}</div>
+ <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
</section>
{% endif %}
</div>