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 333286b commit afa93d8Copy full SHA for afa93d8
_layouts/post.html
@@ -4,7 +4,7 @@
4
<article>
5
<h1>{{ page.title }}</h1>
6
<div class="post-meta sect1">
7
- {{ page.author}}, {{ page.date | date: "%b %-d, %Y" }}
+ {% if page.author %}{{ page.author}}, {% endif %}{{ page.date | date: "%b %-d, %Y" }}
8
</div>
9
{{ content }}
10
</article>
0 commit comments