Sha256: fab9ebca9d97ca28d8a96a139bd682252e3c5adb1d340d886d05580388ebda56

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

<div class="grid-item" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
  <a class="grid-item-body posts-link" href="{{ post.url | prepend: site.baseurl }}" itemprop="url">
    {% if post.image %}
      <figure class="posts__img">
        <img src="{{ post.image }}" alt="{{ post.title }}" data-aos="fade-in" itemprop="image"/>
      </figure>
    {% endif %}
    <div>
      <h2 class="posts__text"><strong itemprop="name">{{ post.title }}</strong> — <span itemprop="description">{{ post.content | strip_html | truncatewords: 35, "" }}</span></h2>
    </div>
  </a>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yoyoyo-0.0.9 _includes/post-card.html
yoyoyo-0.0.8 _includes/post-card.html
yoyoyo-0.0.7 _includes/post-card.html
yoyoyo-0.0.6 _includes/post-card.html