Sha256: cef1d0cf9751acaddb5850ae540fb86361603cb34c2f8a2c2c5774d370deb364

Contents?: true

Size: 1.89 KB

Versions: 1

Compression:

Stored size: 1.89 KB

Contents

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

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

{% include browser-upgrade.html %}
{% 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>
      </h4>

      {{ content }}
      <footer class="entry-meta">
        <span class="entry-tags">
            {% for tag in page.tags %}
            <a href="{{ site.url }}/tags#{{ tag }}" title="Pages tagged {{ tag }}" class="tag">
                <span class="term">{{ tag }}</span>
            </a>
            {% unless forloop.last %}{% endunless %}{% endfor %}
        </span>
        <span class="author vcard">
                    <span class="fn">{{ site.owner.name }}</span>
                </span>
      </footer>
    </div>
    {% if page.comments != false and site.disqus_shortname %}
    <section id="disqus_thread">Disqus评论正在推倒墙......</section>
    {% endif %}

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

{% include scripts.html %}

<div class="footer-wrapper">
  <footer role="contentinfo">
    {% include footer.html %}
  </footer>
</div>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

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