Sha256: 28767e45fedc524211c93aecc57874061919313ccc4d4e50e248b75dd3c9d25a

Contents?: true

Size: 1.35 KB

Versions: 158

Compression:

Stored size: 1.35 KB

Contents

{%- include /authors/authors.html -%}
<div class="col-lg-4 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">
                <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
            </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" height="35px" width="35px" 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

158 entries across 158 versions & 1 rubygems

Version Path
word-games-theme-3.2.2 _includes/postbox.html
word-games-theme-3.2.1 _includes/postbox.html
word-games-theme-3.1.9 _includes/postbox.html
word-games-theme-3.1.8 _includes/postbox.html
word-games-theme-3.1.7 _includes/postbox.html
word-games-theme-3.1.6 _includes/postbox.html
word-games-theme-3.1.5 _includes/postbox.html
word-games-theme-3.1.4 _includes/postbox.html
word-games-theme-3.1.3 _includes/postbox.html
word-games-theme-3.1.2 _includes/postbox.html
word-games-theme-3.1.1 _includes/postbox.html
word-games-theme-3.1.0 _includes/postbox.html
word-games-theme-3.0.9 _includes/postbox.html
word-games-theme-3.0.8 _includes/postbox.html
word-games-theme-3.0.7 _includes/postbox.html
word-games-theme-3.0.6 _includes/postbox.html
word-games-theme-3.0.5 _includes/postbox.html
word-games-theme-3.0.4 _includes/postbox.html
word-games-theme-3.0.3 _includes/postbox.html
word-games-theme-3.0.2 _includes/postbox.html