Sha256: 1d140cb6f61702dc5f6b11f36dfc6c5b1b9d0d65730d281d04a2d76aa6a88bbd

Contents?: true

Size: 820 Bytes

Versions: 3

Compression:

Stored size: 820 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 gitalk.html %}
    {% include read-more.html %}
  </article>
</div>
{% include footer.html %}
</body>
</html>

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
cosy-jekyll-theme-2.0.0 _layouts/post.html
cosy-1.0.0 _layouts/post.html
cosy-jekyll-1.0.0 _layouts/post.html