Sha256: 1068c99b080f2dd9b46a79a228abbe2167a4b7421d23d97a320b106e2dbe95c2

Contents?: true

Size: 856 Bytes

Versions: 5

Compression:

Stored size: 856 Bytes

Contents

---
layout: default
---

<div class="wrapper">
  <article itemscope itemtype="http://schema.org/BlogPosting">
    <header>
      <h1 itemprop="name headline">{{ page.title | escape }}</h1>

      <p>
        <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
          {% assign date_format = site.bubblin-jekyll.date_format | default: "%b %-d, %Y" %}
          {{ page.date | date: date_format }}
        </time>
        {% if page.author %}
          • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>
        {% endif %}
      </p>
    </header>
    <hr>

    <div class="justify" itemprop="articleBody">
      {{ content }}
    </div>

    {% if site.disqus.shortname %}
      {% include disqus_comments.html %}
    {% endif %}
  </article>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bubblin-jekyll-1.2.2 _layouts/post.html
bubblin-jekyll-1.2.1 _layouts/post.html
bubblin-jekyll-1.2.0 _layouts/post.html
bubblin-jekyll-1.1.9 _layouts/post.html
bubblin-jekyll-1.1.8 _layouts/post.html