Skip to content

Commit b206022

Browse files
committed
🔥 feat: 投稿者を非表示にした
1 parent 376dab1 commit b206022

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_layouts/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ <h1>投稿一覧</h1>
1111
<div class="card">
1212
<h2>{{ post.title }}</h2>
1313
<p>投稿日:{{ post.date | date: "%Y-%m-%d" }}</p>
14-
<p>投稿者:{{ post.author }}</p>
1514
</div>
1615
</a>
1716
</li>

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<header>
77
<h1>{{ page.title }}</h1>
88
<p class="post-meta">公開日: {{ page.date | date: "%Y年 %m月 %d日" }}</p>
9-
<p class="post-meta">投稿者: {{ page.author }}</p>
109
</header>
1110
<hr>
1211
<div class="post-content">{{ content }}</div>

0 commit comments

Comments
 (0)