File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
44
44
< span class ="author-meta ">
45
45
< span class ="post-name "> < a target ="_blank " href ="{{ author.web }} "> {{ author.display_name }}</ a > </ span > < br />
46
46
{% endif %}
47
- < span class ="post-date "> {{ post.date | date_to_string }}</ span >
47
+ <!--< span class="post-date">{{ post.date | date_to_string }}</span>-- >
48
48
</ span >
49
49
< span class ="post-read-more "> < a href ="{{ site.baseurl }}/{{ post.url }} " title ="Read Story "> < svg class ="svgIcon-use " width ="25 " height ="25 " viewbox ="0 0 25 25 "> < path d ="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z " fill-rule ="evenodd "> </ path > </ svg > </ a > </ span >
50
50
< div class ="clearfix "> </ div >
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4>
40
40
< span class ="author-meta ">
41
41
< span class ="post-name "> < a target ="_blank " href ="{{ author.web }} "> {{ author.display_name }}</ a > </ span > < br />
42
42
{% endif %}
43
- < span class ="post-date "> {{ post.date | date_to_string }}</ span >
43
+ <!--< span class="post-date">{{ post.date | date_to_string }}</span>-- >
44
44
</ span >
45
45
< span class ="post-read-more "> < a href ="{{ site.baseurl }}{{ post.url }} " title ="Read Story "> < svg class ="svgIcon-use " width ="25 " height ="25 " viewbox ="0 0 25 25 "> < path d ="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z " fill-rule ="evenodd "> </ path > </ svg > </ a > </ span >
46
46
< div class ="clearfix "> </ div >
47
47
</ div >
48
48
</ div >
49
49
</ div >
50
50
</ div >
51
- <!-- end post -->
51
+ <!-- end post -->
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ <h5 class="font-weight-bold">Join Newsletter</h5>
106
106
<!-- Post Date -->
107
107
< p >
108
108
< small >
109
- < span class ="post-date "> < time class ="post-date " datetime ="{{ page.date | date: "%Y-%m-%d " }}"> {{ page.date | date_to_string }}</ time > </ span >
109
+ <!--< span class="post-date"><time class="post-date" datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></span>-- >
110
110
{% if page.last_modified_at %}
111
111
(Updated: < time datetime ="{{ page.last_modified_at | date_to_xmlschema }} " itemprop ="dateModified "> {{ page.last_modified_at | date: "%b %-d, %Y" }}</ time > )
112
112
{% endif %}
@@ -197,4 +197,4 @@ <h5 class="font-weight-bold">Join Newsletter</h5>
197
197
}
198
198
}
199
199
</ script >
200
- {% endif %}
200
+ {% endif %}
You can’t perform that action at this time.
0 commit comments