Sha256: d11f5bc9706a1a4ed506173c73435eda130ae5480291fbed9f005edc9d243d11

Contents?: true

Size: 873 Bytes

Versions: 6

Compression:

Stored size: 873 Bytes

Contents

---
layout: default
---

<div class="container container--default py-8 lg:py-24">
	{% if page.article-boxes %}
		{% include article-box/three-in-row.html article-boxes=page.article-boxes %}
	{% endif %}

  <main>
    <div class="{% unless page.nocols or layout.nocols %}lg:flex lg:lg:space-x-8 xl:space-x-16{% endunless %}">
      <article class="{% unless page.nocols or layout.nocols %}lg:w-3/5 xl:w-2/3{% endunless %}" itemtype="http://schema.org/BlogPosting" itemscope="">
			  <link itemprop="mainEntityOfPage" href="{{ page.url }}">
			  {{ content }}
      </article>

      {% unless page.rbar == empty or page.rbar == blank or page.rbar == nil %}
        <div class="pt-8 lg:pt-0 {% unless page.nocols or layout.nocols %}lg:w-2/5 xl:w-1/3{% endunless %}">
          {% include right-bar/rbar.html %}
        </div>
      {% endunless %}
	  </div>
  </main>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha6 _layouts/blank-article.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _layouts/blank-article.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _layouts/blank-article.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _layouts/blank-article.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _layouts/blank-article.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _layouts/blank-article.html