_includes/section.html in jekyll-theme-prologue-0.2.4 vs _includes/section.html in jekyll-theme-prologue-0.2.5

- old
+ new

@@ -1,6 +1,7 @@ <section id="{{ include.id | normalize_whitespace }}" class="{{ include.class | normalize_whitespace }}"> <div class="container"> + {{ include.photo }} {{ include.heading }} {{ include.content }} </div> -</section> \ No newline at end of file +</section>