Sha256: fde32bac1760a999fb2cd4348d44afbe39a0c207e2a4f7a4b7d43cc453d83a98
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
--- layout: default --- {% include breadcrumbs.html %} <div id="main" role="main"> <article class="post" itemscope itemtype="http://schema.org/CreativeWork"> {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %} {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %} {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %} {% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %} <div class="post__inner-wrap"> <header> {% if page.title %}<h1 class="post__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %} {% if page.date %} <p class="post__meta"> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }} </time></p> {% endif %} </header> <section class="post__content" itemprop="text"> {{ content }} {% if page.share %}{% include social-share.html %}{% endif %} </section> </div> {% if site.comments and page.comments != false %} {% include comments.html %} {% endif %} </article> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sparrow-jekyll-theme-0.1.1 | _layouts/post.html |
sparrow-jekyll-theme-0.1.0 | _layouts/post.html |