Sha256: 0a96e7cf804bb10ec1c205f9f40566030e9df71731934e74fb69d9220b706a1a

Contents?: true

Size: 833 Bytes

Versions: 2

Compression:

Stored size: 833 Bytes

Contents

<!doctype html>
<html class="no-js" lang="{{site.lang}}">
{% include head.html %}

<body id="post">

{% include header.html %}

<div id="main" role="main">
  <article class="hentry">
    <div class="entry-content">

      <h1 class="post-title entry-title">{{ page.title }}</h1>

      <h4 class="page-info">
        <span>Categories:&nbsp;&nbsp;{{page.categories}}</span>
        <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time>
        <div class="qr-text" id="J_qr_text">
          <div id="J_qr_code" class="qr-code" onmouseover="this.title='';"></div>
        </div>
      </h4>

      {{ content }}

      {% include buy-me-coffee.html %}

    </div>

    {% include disqus.html %}

    {% include read-more.html %}

  </article>
</div>

{% include footer.html %}

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cosy-jekyll-theme-1.1.1 _layouts/post.html
cosy-jekyll-theme-1.1.0 _layouts/post.html