Sha256: 159f481ceb4582b43b9fb8325704f659f005626deb716ea4ae20d8f80df761b4

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

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

<section>
   {% if post.teaser %}
   <a href="{{ post.url | relative_url }}" class="image fit" rel="permalink"><img src="{{ post.teaser | relative_url }}" alt="{{ title }}"></a>
   {% endif %}
   <a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
   {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-html5up-landed-0.1.1 _includes/archive-single.html
jekyll-theme-html5up-landed-0.1.0 _includes/archive-single.html