Sha256: 37189651bf8017d5ae149f3648735bab53431790d680a6d790f232751343af34

Contents?: true

Size: 909 Bytes

Versions: 1

Compression:

Stored size: 909 Bytes

Contents

---
layout: base
---

<div id="content" class="container content" itemscope itemtype="http://schema.org/BlogPosting">
    <h1 itemprop="name headline">{{ page.title }}</h1>
    <p class="content__info">
        <time datetime="{{ date | date_to_xmlschema }}" itemprop="datePublished">
            {{ page.date | date: "%-d %B %Y" }}
        </time>
        {% if page.author %}
        &nbsp;&nbsp;|&nbsp;&nbsp;
        <span itemprop="author" itemscope itemtype="http://schema.org/Person">
            <span itemprop="name">{{ page.author }}</span>
        </span>
        {% endif %}
        <br>
        This work is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
    </p>
    
    <div id="toc">
        {% toc %}
    </div>
    <div itemprop="articleBody">
        {{ content }}
    </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-tallneck-0.1.0 _layouts/post.html