Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix incorrect tag
  • Loading branch information
pierredup committed Apr 19, 2013
1 parent 77fc4c0 commit 7c748b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/themes/twitter/post.html
Expand Up @@ -5,7 +5,7 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
<div class="row-fluid post-full">
<div class="span12">
<div class="date">
<span>{{ page.date | date_to_long_string }}</strong>
<span>{{ page.date | date_to_long_string }}</span>
</div>
<div class="content">
{{ content }}
Expand Down Expand Up @@ -46,4 +46,4 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
<hr>
{% include JB/comments %}
</div>
</div>
</div>

0 comments on commit 7c748b6

Please sign in to comment.