We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95468a commit 0766ee2Copy full SHA for 0766ee2
_includes/themes/twitter/post.html
@@ -5,7 +5,7 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
5
<div class="row-fluid post-full">
6
<div class="span12">
7
<div class="date">
8
- <span>{{ page.date | date_to_long_string }}</strong>
+ <span>{{ page.date | date_to_long_string }}</span>
9
</div>
10
<div class="content">
11
{{ content }}
@@ -46,4 +46,4 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
46
<hr>
47
{% include JB/comments %}
48
49
-</div>
+</div>
0 commit comments