_layouts/post.html in blue-jekyll-theme-0.3.0 vs _layouts/post.html in blue-jekyll-theme-0.3.1

- old
+ new

@@ -3,11 +3,12 @@ --- <div class="post"> <h2 class="title is-2 post-title">{{ page.title }}</h2> - <div class="post-info"> - <time datetime="{{ post.date }}" class="frontpage-time has-text-grey-light">{{ page.date | date: "%B %d, %Y" }}</time> + <div class="post-info has-text-grey-light"> + Written by {{ site.author.name }}<br/> + <time datetime="{{ post.date }}" class="frontpage-time">{{ page.date | date: "%B %d, %Y" }}</time> </div> {{ content }} </div> \ No newline at end of file