Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10d90a1

Browse files
committed
Comment auther-meta date and post date in html files
1 parent1708978 commit10d90a1

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
<spanclass="author-meta">
4545
<spanclass="post-name"><atarget="_blank"href="{{ author.web }}">{{ author.display_name }}</a></span><br/>
4646
{% endif %}
47-
<spanclass="post-date">{{ post.date | date_to_string }}</span>
47+
<!--<span>{{ post.date | date_to_string }}</span>-->
4848
</span>
4949
<spanclass="post-read-more"><ahref="{{ site.baseurl }}/{{ post.url }}"title="Read Story"><svgclass="svgIcon-use"width="25"height="25"viewbox="0 0 25 25"><pathd="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
<divclass="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
<spanclass="author-meta">
4141
<spanclass="post-name"><atarget="_blank"href="{{ author.web }}">{{ author.display_name }}</a></span><br/>
4242
{% endif %}
43-
<spanclass="post-date">{{ post.date | date_to_string }}</span>
43+
<!--<span>{{ post.date | date_to_string }}</span>-->
4444
</span>
4545
<spanclass="post-read-more"><ahref="{{ site.baseurl }}{{ post.url }}"title="Read Story"><svgclass="svgIcon-use"width="25"height="25"viewbox="0 0 25 25"><pathd="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
<divclass="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-
<spanclass="post-date"><timeclass="post-date"datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></span>
109+
<!--<span><time datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></span>-->
110110
{% if page.last_modified_at %}
111111
(Updated:<timedatetime="{{ 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)

[8]ページ先頭

©2009-2025 Movatter.jp