aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/source/_layouts')
-rw-r--r--themes/classic/source/_layouts/page.html12
-rw-r--r--themes/classic/source/_layouts/post.html9
2 files changed, 9 insertions, 12 deletions
diff --git a/themes/classic/source/_layouts/page.html b/themes/classic/source/_layouts/page.html
index 88d6e13a..0c59c990 100644
--- a/themes/classic/source/_layouts/page.html
+++ b/themes/classic/source/_layouts/page.html
@@ -1,13 +1,5 @@
---
-layout: default
-no_title_link: true
-permalink: pretty
-single: true
+layout: post
---
-<article>
- {% include article.html %}
- {% if site.disqus_short_name %}
- <div id="disqus_thread">{% include disqus_thread.html %}</div>
- {% endif %}
-</article>
+<!-- if you want a page layout -->
diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html
index 7407d1e3..196bb4dd 100644
--- a/themes/classic/source/_layouts/post.html
+++ b/themes/classic/source/_layouts/post.html
@@ -6,11 +6,16 @@ single: true
<article class="hentry">
{% include article.html %}
<footer>
- <p>
- <a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
+ <p class="meta">
+ {% include post_author.html %}
+ {% include post_date.html %}
+ {% include sharing.html %}
</p>
</footer>
{% if site.disqus_short_name %}
+ <section>
+ <h1>Comments</h1>
<div id="disqus_thread">{% include disqus_thread.html %}</div>
+ </section>
{% endif %}
</article>