Skip to content

Commit 0766ee2

Browse files
pierredupplusjade
authored andcommitted
Fix incorrect tag
1 parent c95468a commit 0766ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _includes/themes/twitter/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
55
<div class="row-fluid post-full">
66
<div class="span12">
77
<div class="date">
8-
<span>{{ page.date | date_to_long_string }}</strong>
8+
<span>{{ page.date | date_to_long_string }}</span>
99
</div>
1010
<div class="content">
1111
{{ content }}
@@ -46,4 +46,4 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
4646
<hr>
4747
{% include JB/comments %}
4848
</div>
49-
</div>
49+
</div>

0 commit comments

Comments
 (0)