Sha256: 22551d13ff42e057bca151f0de1d325652a5cf35d1ef9efe07164c4c0191f6d0

Contents?: true

Size: 1.62 KB

Versions: 22

Compression:

Stored size: 1.62 KB

Contents

<!-- begin post -->
<div class="col-lg-4 col-md-6 mb-5 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>
        <div class="card-footer bg-white">
            <div class="wrapfooter">
                <span class="meta-footer-thumb">
                    <img class="author-thumb" src="{{post.url}}" alt="{{ post.author.name }}">
                </span>
                <span class="author-meta">
                    <span class="post-name">
                        <a target="_blank" href="{{ post.author.url }}">{{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

22 entries across 22 versions & 1 rubygems

Version Path
appscms-tools-theme-0.4.1 _includes/postbox.html
appscms-tools-theme-0.4.0 _includes/postbox.html
appscms-tools-theme-0.3.9 _includes/postbox.html
appscms-tools-theme-0.3.8 _includes/postbox.html
appscms-tools-theme-0.3.7 _includes/postbox.html
appscms-tools-theme-0.3.6 _includes/postbox.html
appscms-tools-theme-0.3.5 _includes/postbox.html
appscms-tools-theme-0.3.4 _includes/postbox.html
appscms-tools-theme-0.3.3 _includes/postbox.html
appscms-tools-theme-0.3.2 _includes/postbox.html
appscms-tools-theme-0.3.1 _includes/postbox.html
appscms-tools-theme-0.3.0 _includes/postbox.html
appscms-tools-theme-0.2.9 _includes/postbox.html
appscms-tools-theme-0.2.8 _includes/postbox.html
appscms-tools-theme-0.2.7 _includes/postbox.html
appscms-tools-theme-0.2.6 _includes/postbox.html
appscms-tools-theme-0.2.5 _includes/postbox.html
appscms-tools-theme-0.2.4 _includes/postbox.html
appscms-tools-theme-0.2.3 _includes/postbox.html
appscms-tools-theme-0.2.2 _includes/postbox.html