Sha256: 69689b73962004a9f1f94bbd1894e86cd0bb7ef3c2f98b4519c76c1306571252

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
  <br>

  <header class="post-header">
    {% if page.external-url %}
      <h1 class="post-title" itemprop="name headline"><a href="{{ page.external-url }}">{{ page.title | escape }} &rarr;</a></h1>
    {% else %}
      <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
    {% endif %}
    <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>

    {% include download_materials.html %}
  </header>

  {% include ad.html %}

  <hr>

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

  {% include newsletter_signup.html %}

  {% if site.comments == true and page.comments != false %}
    <div class="post-comments" itemprop="comment">
      {% include custom_comments_provider.html %}
    </div>
  {% endif %}

</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-jsblog-1.1.6 _layouts/post.html