_layouts/post.html in slow-steps-0.4.2 vs _layouts/post.html in slow-steps-0.4.3

- old
+ new

@@ -2,10 +2,10 @@ layout: default --- <section class="post_head"> -{% picture {{ page.image | prepend: 'posts/' }} --alt {{ page.image_alt }} --img class="post__hero" %} +{% picture {{ page.hero | prepend: 'posts/' }} --alt {{ page.hero_alt }} --img class="post__hero image--{{ page.hero_focus }}" %} <div class="post__title"> <h1 >{{ page.title }}</h1> <p class="post__meta">{%- if page.author -%}{{ site.data.authors[page.author].name }} | {{ site.data.authors[page.author].email }}{%- else -%}{{ site.data.authors.default.name }} | {{ site.data.authors.default.email }}{% endif %} | {{ page.date | date: "%d-%m-%y" }}</p> </div>