Sha256: 3a12916dd9d6d8d0fc9d14f674b5a6e6734452e08f96ee40aa29d08ab1d360b7

Contents?: true

Size: 1.5 KB

Versions: 7

Compression:

Stored size: 1.5 KB

Contents

---
layout:           default
---
{%-unless page.published == false-%}
          <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
            {% include post_header.html %}
            <!-- Post Content -->
            {% if page.summary or page.excerpt-%}<data class="p-summary" value="{{-page.summary | default: page.excerpt | strip_html | escape-}}" hidden></data>{%-endif %}
            <section class="e-content" itemprop="articleBody">
            {%-if page.series %}
              {% include series.html %}
            {%-endif %}
              {{ content }}
            </section>
  {% include tags.html %}
            <hr class="compact"/>
            {% include post_nav.html-%}
          {%-if site.show.post_authors and page.author %}
            {% include authors.html %}
          {%-endif %}
          {% if site.disqus.shortname-%}
            <hr class="major"/>
            {% include disqus_comments.html %}
          {%-endif-%}
          {% if page.comments == true-%}
            <hr class="major"/>
            {% include comments.html %}
          {%-endif %}
            <a class="u-url" href="{{-page.url | relative_url-}}" hidden></a>
          </article>
          {%-if site.lsi-%}{%-assign related_title = "Related Posts"-%}{%-else-%}{%-assign related_title = "Latest Posts"-%}{%-endif-%}
          {%-if site.posts.size > 2-%}{% include articles.html section_title=related_title article_type='related_posts' %}{%-endif-%}
{% else-%}
  {% include 404.html %}
{% endunless-%}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.7 _layouts/post.html
jekyll-theme-editorial-1.0.6 _layouts/post.html
jekyll-theme-editorial-1.0.5 _layouts/post.html
jekyll-theme-editorial-1.0.4 _layouts/post.html
jekyll-theme-editorial-1.0.3 _layouts/post.html
jekyll-theme-editorial-1.0.2 _layouts/post.html
jekyll-theme-editorial-1.0.1 _layouts/post.html