Sha256: 79cf5773d0d8a7f9b51729ca953c48492a8c54ebf6eead627e42dff472cc0e50

Contents?: true

Size: 1.25 KB

Versions: 32

Compression:

Stored size: 1.25 KB

Contents

{% if post.header.teaser %}
  {% capture teaser %}{{ post.header.teaser }}{% endcapture %}
{% else %}
  {% assign teaser = site.teaser %}
{% endif %}

{% if post.id %}
  {% assign title = post.title | markdownify | remove: "<p>" | remove: "</p>" %}
{% else %}
  {% assign title = post.title %}
{% endif %}

<div class="{{ include.type | default: 'list' }}__item">
  <article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
    {% if include.type == "grid" and teaser %}
      <div class="archive__item-teaser">
        <img src="{{ teaser | relative_url }}" alt="">
      </div>
    {% endif %}
    <h2 class="archive__item-title no_toc" itemprop="headline">
      {% if post.link %}
        <a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
      {% else %}
        <a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
      {% endif %}
    </h2>
    {% include page__meta.html type=include.type %}
    {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
  </article>
</div>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
minimal-mistakes-jekyll-4.26.0 _includes/archive-single.html
minimal-mistakes-jekyll-4.25.1 _includes/archive-single.html
minimal-mistakes-jekyll-4.25.0 _includes/archive-single.html
creek-jekyll-theme-1.7.5 _includes/archive-single.html
creek-jekyll-theme-1.7.4 _includes/archive-single.html
creek-jekyll-theme-1.7.3 _includes/archive-single.html
creek-jekyll-theme-1.7.1 _includes/archive-single.html
creek-jekyll-theme-1.7.0 _includes/archive-single.html
creek-jekyll-theme-1.6.0 _includes/archive-single.html
creek-jekyll-theme-1.5.0 _includes/archive-single.html
creek-jekyll-theme-1.4.1 _includes/archive-single.html
creek-jekyll-theme-1.4.0 _includes/archive-single.html
creek-jekyll-theme-1.3.0 _includes/archive-single.html
creek-jekyll-theme-1.2.2 _includes/archive-single.html
creek-jekyll-theme-1.2.0 _includes/archive-single.html
creek-jekyll-theme-1.1.0 _includes/archive-single.html
creek-jekyll-theme-1.0.0 _includes/archive-single.html
creek-jekyll-theme-0.5.2 _includes/archive-single.html
creek-jekyll-theme-0.5.1 _includes/archive-single.html
creek-jekyll-theme-0.5.0 _includes/archive-single.html