_layouts/post.html in jz-theme-clean-blog-1.0.2 vs _layouts/post.html in jz-theme-clean-blog-1.0.3
- old
+ new
@@ -16,11 +16,11 @@
<h1>{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="subheading">{{ page.subtitle }}</h2>
{% endif %}
<span class="meta">Posted by
- {% if site.author %}
- <a href="#">{{site.author}}</a>
+ {% if page.author %}
+ <a href="#">{{page.author}}</a>
{% endif %}
on {{ page.date | date: '%B %d, %Y' }}</span>
</div>
</div>
</div>