Sha256: 9282652c306c60ed54f772c273cf30b1cc59fde462d71351b5b430f705999c2c

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

---
layout: default
---

<article class="post" itemscope itemtype="https://schema.org/BlogPosting">

    <header class="post-header">
        <h1 class="post-title" itemprop="name headline">
            {{ page.title | escape }}
        </h1>
        <p class="post-meta">
            <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
                {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
                {{ page.date | date: date_format }}
            </time>
            {%- if page.author -%}
                •
                <span itemprop="author" itemscope itemtype="https://schema.org/Person">
                    <span class="author" itemprop="name">{{ page.author }}</span>
                </span>
            {%- endif -%}
            {%- for cate in page.categories -%}
                <a href="{{ "/category/" | append: cate | relative_url }}" class="post-category">
                    {{ cate | escape }}
                </a>
            {%- endfor -%}
        </p>
    </header>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-ink-0.1.4 _layouts/post.html
jekyll-theme-ink-0.1.3 _layouts/post.html