aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_layouts/post.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-20 16:44:04 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-20 16:44:04 -0400
commit5d61b463580584755bc6a45ac3212b3b08409dda (patch)
tree9e112de3ce71622e339f497a76ff8c606551cafd /themes/classic/source/_layouts/post.html
parentf77db80077d739077becc1618b87818ea42f145c (diff)
downloadmy_new_personal_website-5d61b463580584755bc6a45ac3212b3b08409dda.tar.xz
my_new_personal_website-5d61b463580584755bc6a45ac3212b3b08409dda.zip
1. Updated readme
2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout
Diffstat (limited to 'themes/classic/source/_layouts/post.html')
-rw-r--r--themes/classic/source/_layouts/post.html9
1 files changed, 7 insertions, 2 deletions
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>