Sha256: 043e1a54fd61955f9842fc5f18e7fb11232057c99fbe78b4f6c3f5a5c0781d4c

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

---
layout: default
---

<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
    <header class="post-header">
        <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
        <a href="{{ site.baseurl }}/" class="home-link">Back to home</a>
        <p class="post-meta">
            <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
                {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
                written on: {{ page.date | date: date_format }}
            </time>
            {%- if page.author -%}
                <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
            {%- endif -%}
            <br/>
            <span>tags: </span>
            {%- for tag in page.tags -%}
                <span>{{ tag }} </span>
            {%- endfor -%}
        </p>
    </header>

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

    <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solarized-blog-theme-0.0.0 _layouts/post.html