Sha256: a2eabedafd21f6e8711fcbb39e32b5decb22b29cb9f2bdcd4ec077ad9a816cd8
Contents?: true
Size: 1.3 KB
Versions: 37
Compression:
Stored size: 1.3 KB
Contents
{%- include /authors/authors.html -%} <div class="col-lg-6 col-md-6 mb-4 card-group"> <div class="card h-100"> <a href="{{ post.url }}"> <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt=""> </a> <div class="card-body"> <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link"> <h4 class="card-title mb-4 text-left">{{ post.title }}</h4> </a> </div> <div class="card-footer bg-white"> <div class="wrapfooter"> {% if post.author %} <span class="meta-footer-thumb"> <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}"> </span> {% endif %} <span class="author-meta"> <span class="post-name"> <a target="_blank" href="/blog">{{authorName}}</a> </span><br> <span class="post-date">{{post.date | date_to_string }}</span> </span> <span class="post-read-more"><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span> </div> </div> </div> </div>
Version data entries
37 entries across 37 versions & 1 rubygems