Skip to content

Commit

Permalink
add tweet button to individual post pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored and XhmikosR committed Oct 27, 2014
1 parent 38c227d commit a507385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>

{% include tweet-button.html %}

{{ content }}
</div>

Expand Down

0 comments on commit a507385

Please sign in to comment.