Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 10d90a1

Browse files
committed
Comment auther-meta date and post date in html files
1 parent 1708978 commit 10d90a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/featuredbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
4444
<span class="author-meta">
4545
<span class="post-name"><a target="_blank" href="{{ author.web }}">{{ author.display_name }}</a></span><br/>
4646
{% endif %}
47-
<span class="post-date">{{ post.date | date_to_string }}</span>
47+
<!--<span class="post-date">{{ post.date | date_to_string }}</span>-->
4848
</span>
4949
<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>
5050
<div class="clearfix"></div>

_includes/postbox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4>
4040
<span class="author-meta">
4141
<span class="post-name"><a target="_blank" href="{{ author.web }}">{{ author.display_name }}</a></span><br/>
4242
{% endif %}
43-
<span class="post-date">{{ post.date | date_to_string }}</span>
43+
<!--<span class="post-date">{{ post.date | date_to_string }}</span>-->
4444
</span>
4545
<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>
4646
<div class="clearfix"></div>
4747
</div>
4848
</div>
4949
</div>
5050
</div>
51-
<!-- end post -->
51+
<!-- end post -->

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h5 class="font-weight-bold">Join Newsletter</h5>
106106
<!-- Post Date -->
107107
<p>
108108
<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>-->
110110
{% if page.last_modified_at %}
111111
(Updated: <time datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="dateModified">{{ page.last_modified_at | date: "%b %-d, %Y" }}</time>)
112112
{% endif %}
@@ -197,4 +197,4 @@ <h5 class="font-weight-bold">Join Newsletter</h5>
197197
}
198198
}
199199
</script>
200-
{% endif %}
200+
{% endif %}

0 commit comments

Comments
 (0)