Sha256: f0ead5bdfab546fbe649b67d0ee00550d7a63162382234af17513976549f3331

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

---
layout: default
---

<article class="post" lang="{{ page.lang | default: site.lang | default: "en" }}" itemscope itemtype="http://schema.org/BlogPosting" >

  {% include header.html %}

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

  <footer class="post-footer">
    <div class="post-meta">
      {% if page.date %} <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time> {% endif %}
      {% if page.author %} by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author | escape }}</span></span> {% endif %}
    </div>

    {% if page.tags.size > 0 %}
    <ul class="post-tags" aria-label="TagList">
      {% for tag in page.tags %}
      <li><a class="tag-link" href="{{ tag | url_encode | prepend: "/tags/" | relative_url }}">{{ tag | escape }}</a></li>
      {% endfor %}
    </ul>
    {% endif %}
  </footer>

  {% if jekyll.environment == 'production' and site.disqus_shortname and page.comments != false %}
  {% include disqus.html %}
  {% endif %}
</article>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-kagami-0.1.12 _layouts/post.html
jekyll-theme-kagami-0.1.11 _layouts/post.html
jekyll-theme-kagami-0.1.10 _layouts/post.html