_includes/section.html in jekyll-theme-prologue-0.2.2 vs _includes/section.html in jekyll-theme-prologue-0.2.3
- old
+ new
@@ -1,6 +1,6 @@
<section id="{{ include.id | normalize_whitespace }}" class="{{ include.class | normalize_whitespace }}">
<div class="container">
- {{ include.header }}
+ {{ include.heading }}
{{ include.content }}
</div>
</section>
\ No newline at end of file