_layouts/page.html in jekyll-theme-pirati-3.6.0 vs _layouts/page.html in jekyll-theme-pirati-4.0.0

- old
+ new

@@ -1,20 +1,16 @@ --- layout: default --- -{% if page.submenu %} - {% include submenu/submenu.html %} -{% endif %} - <div class="row"> <div class="medium-12 {% unless page.rbar == empty or page.rbar == blank or page.rbar == nil %} large-8{% endunless %} columns"> <!-- Article --> <article itemtype="http://schema.org/BlogPosting" itemscope=""> <link itemprop="mainEntityOfPage" href="{{ page.url }}"> {% capture headline %}{% if page.fullname %}{{ page.fullname }}{% else %}{{ page.title }}{% endif %}{% endcapture %} - {% include page-header.html headline=page.title content=content %} + {% include page-header.html headline=headline content=content %} </article> <!-- /Article --> </div> {% unless page.rbar == empty or page.rbar == blank or page.rbar == nil %} <div class="medium-12 large-4 columns">