Sha256: 09d0d0256fa9819c9232f0ae87a085117ce08e4b0d957c7b5eddb70decbb42b6

Contents?: true

Size: 1.73 KB

Versions: 3

Compression:

Stored size: 1.73 KB

Contents

<!-- begin post -->
<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" alt="">
        </a>
        <div class="card-body">
            <a href="{{ post.url }}" class="anchor_link">
                <h4 class="card-title mb-4">{{ post.title }}</h4>
            </a>
        </div>

        {% assign author = site.data.blog.authors[post.author] %}
        <div class="card-footer bg-white">
            <div class="wrapfooter">
                {% if post.author %}
                <span class="meta-footer-thumb">
                    <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
                </span>
                {% endif %}

                <span class="author-meta">
                    <span class="post-name">
                        <a target="_blank" href="/blog">{{post.author}}</a>
                    </span><br>
                    <span class="post-date">{{post.date | date_to_string }}</span>
                </span>
                <span class="post-read-more"><a href="{{ post.url }}" title="Read Story"><svg class="svgIcon-use"
                            width="25" height="25" viewBox="0 0 25 25">
                            <path
                                d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z"
                                fill-rule="evenodd"></path>
                        </svg></a></span>
            </div>
        </div>
    </div>
</div>
<!-- end post -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appscms-tools-theme-0.4.4 _includes/postbox.html
appscms-tools-theme-0.4.3 _includes/postbox.html
appscms-tools-theme-0.4.2 _includes/postbox.html