_layouts/post.html in jz-theme-clean-blog-1.0.3 vs _layouts/post.html in jz-theme-clean-blog-1.0.4

- old
+ new

@@ -16,12 +16,12 @@ <h1>{{ page.title }}</h1> {% if page.subtitle %} <h2 class="subheading">{{ page.subtitle }}</h2> {% endif %} <span class="meta">Posted by - {% if page.author %} - <a href="#">{{page.author}}</a> - {% endif %} + {% if site.author %} + <a href="#">{{ site.author }}</a> + {% endif %} on {{ page.date | date: '%B %d, %Y' }}</span> </div> </div> </div> </div>