Sha256: 65b970c3d5c28769d1995fd5597bbaa35b0e2fb34fb012db06658daf11f4b74b

Contents?: true

Size: 809 Bytes

Versions: 1

Compression:

Stored size: 809 Bytes

Contents

{% unless page.no_header %}
  <header>
    {% if index %}
      <h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a></h1>
    {% else %}
      <h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1>
    {% endif %}
    {% unless page.meta == false %}
      <p class="meta">
        {% include theme:post/date.html %}{{ time }}
      </p>
    {% endunless %}
  </header>
{% endunless %}
{% if index %}
  <div class="entry-content">{{ content | excerpt }}</div>
  <footer>
    <a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ theme.excerpt_link }}</a>
  </footer>
{% else %}
<div class="entry-content">{{ content }}</div>
{% endif %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greyjoy_ink-0.1.0 assets/includes/article_excerpt.html