We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376dab1 commit b206022Copy full SHA for b206022
_layouts/home.html
@@ -11,7 +11,6 @@ <h1>投稿一覧</h1>
11
<div class="card">
12
<h2>{{ post.title }}</h2>
13
<p>投稿日:{{ post.date | date: "%Y-%m-%d" }}</p>
14
- <p>投稿者:{{ post.author }}</p>
15
</div>
16
</a>
17
</li>
_layouts/post.html
@@ -6,7 +6,6 @@
6
<header>
7
<h1>{{ page.title }}</h1>
8
<p class="post-meta">公開日: {{ page.date | date: "%Y年 %m月 %d日" }}</p>
9
- <p class="post-meta">投稿者: {{ page.author }}</p>
10
</header>
<hr>
<div class="post-content">{{ content }}</div>
0 commit comments