Sha256: 32f25f5a68c2ab0b18b4af509901528e3b7344b71f461f2e8fe34af26e994f88

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

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

<body id="post" {% if page.image.feature %}class="feature" {% endif %}>

{% include header.html %}

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

      {% if page.image.feature %}
      <div class="entry-image-index">
        <img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }}">
        {% if page.image.credit %}
        <div class="image-credit">Image source:
          <a target="_blank" href="{{ page.image.creditlink }}">{{page.image.credit }}</a>
        </div>
        {% endif %}
      </div>
      {% endif %}
      <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>
    {% if page.comments != false and site.disqus_shortname %}
    <section id="disqus_thread">Disqus is climbing the Great Fire Wall of China, Maybe She needs <a href="https://sodatea.github.io/2015/12/23/all-i-know-about-the-wall/" target="_blank" class="need_dotted">a ladder.</a>&nbsp;&nbsp;  🤦🏼‍️ 🤷🏼‍️ </section>
    {% endif %}

    {% if site.related_posts.size > 0 %}
    {% include read-more.html %}
    {% endif %}
  </article>
</div>

{% include footer.html %}

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cosy-jekyll-theme-1.0.7 _layouts/post.html