Sha256: 5b4773508c77eb8d463d2bb36ad62dcb7771ec49a293dcd473496f5423b62096

Contents?: true

Size: 828 Bytes

Versions: 7

Compression:

Stored size: 828 Bytes

Contents

---
layout: default
---

{% unless page.nomenu %}
{% include submenu.html %}
{% endunless %}

<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 %}
    </article>
    <!-- /Article -->
  </div>
  {% unless page.rbar == empty or page.rbar == blank or page.rbar == nil %}
  <div class="medium-12 large-4 columns">
    {% include right-bar/rbar.html %}
  </div>
  {% endunless %}
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-pirati-3.3.0 _layouts/page.html
jekyll-theme-pirati-3.2.2 _layouts/page.html
jekyll-theme-pirati-3.2.1 _layouts/page.html
jekyll-theme-pirati-3.2.0 _layouts/page.html
jekyll-theme-pirati-3.1.2 _layouts/page.html
jekyll-theme-pirati-3.1.1 _layouts/page.html
jekyll-theme-pirati-3.1.0 _layouts/page.html