Sha256: d40c577e1ae505ac2f36a0a3b0290f6b806be161864b73607b94480caadac677
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sparrow-jekyll-theme-0.1.2 | _layouts/post.html |