_layouts/post.html in linaro-jekyll-theme-0.10.40 vs _layouts/post.html in linaro-jekyll-theme-0.10.41

- old
+ new

@@ -34,11 +34,13 @@ <div class="container"> <div class="row"> <div class="col-md-9"> <article class="post-content"> {% if page.featured_image != '' %} + <div class="post-info"> <h1>{{page.title}}</h1> - {% if page.author %}<em>By {{page.author}} </em>{% endif %}{% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %} + {% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %}{% if page.author %}<em>By <b>{{page.author}}</b> </em>{% endif %} + </div> {% endif %} {{ content }} </article> <hr /> {% if site.data.company.tags_enabled %}