Skip to content

Commit afa93d8

Browse files
committed
Fix author meta
1 parent 333286b commit afa93d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<article>
55
<h1>{{ page.title }}</h1>
66
<div class="post-meta sect1">
7-
{{ page.author}}, {{ page.date | date: "%b %-d, %Y" }}
7+
{% if page.author %}{{ page.author}}, {% endif %}{{ page.date | date: "%b %-d, %Y" }}
88
</div>
99
{{ content }}
1010
</article>

0 commit comments

Comments
 (0)