Sha256: 00acd03691099bbcba074cdd8ce700a0e4423f5fcad7b69479555ca91dded495

Contents?: true

Size: 1.57 KB

Versions: 26

Compression:

Stored size: 1.57 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="{{post.title}}"
        {%-
        if
        site.crossorigin
        -%}
        crossorigin
        {%-
        endif
        -%}
      />
    </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">
      <div class="wrapfooter">
        {% if post.author %}
        <span class="meta-footer-thumb">
          <img
            class="author-thumb"
            loading="lazy"
            src="{{image}}"
            alt="{{ authorName }}"
            {%-
            if
            site.crossorigin
            -%}
            crossorigin
            {%-
            endif
            -%}
          />
        </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

26 entries across 26 versions & 1 rubygems

Version Path
appscms-tools-theme-4.9.4 _includes/postbox.html
appscms-tools-theme-4.9.3 _includes/postbox.html
appscms-tools-theme-4.9.2 _includes/postbox.html
appscms-tools-theme-4.9.1 _includes/postbox.html
appscms-tools-theme-4.9.0 _includes/postbox.html
appscms-tools-theme-4.8.9 _includes/postbox.html
appscms-tools-theme-4.8.8 _includes/postbox.html
appscms-tools-theme-4.8.7 _includes/postbox.html
appscms-tools-theme-4.8.6 _includes/postbox.html
appscms-tools-theme-4.8.5 _includes/postbox.html
appscms-tools-theme-4.8.4 _includes/postbox.html
appscms-tools-theme-4.7.7 _includes/postbox.html
appscms-tools-theme-4.7.6 _includes/postbox.html
appscms-tools-theme-4.7.5 _includes/postbox.html
appscms-tools-theme-4.7.4 _includes/postbox.html
appscms-tools-theme-4.7.3 _includes/postbox.html
appscms-tools-theme-4.7.2 _includes/postbox.html
appscms-tools-theme-4.7.1 _includes/postbox.html
appscms-tools-theme-4.7.0 _includes/postbox.html
appscms-tools-theme-4.6.9 _includes/postbox.html