Skip to content

Commit

Permalink
fixed6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokecoco committed Jun 25, 2024
1 parent 5268b66 commit 56c3c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>投稿一覧</h1>
<li>
<a href="{{ post.url | relative_url }}">
<div class="card">
<p>{{ post.title }}</p>
<h2>{{ post.title }}</h2>
<p>投稿日:{{ post.date | date: "%Y-%m-%d" }}</p>
<p>投稿者:{{ post.author }}</p>
</div>
Expand Down

0 comments on commit 56c3c5e

Please sign in to comment.