_includes/appscms/extras/appscms-postbox.html in appscms-tools-theme-4.8.3 vs _includes/appscms/extras/appscms-postbox.html in appscms-tools-theme-4.8.4
- old
+ new
@@ -1,57 +1,57 @@
-{%- include /authors/authors.html -%}
-<div class="col-lg-4 col-md-6 mb-4 card-group">
- <div class="card h-100 appscms-blog-cards">
- <a href="{{ post.url }}">
- <img
- src="{{ post.image }}"
- class="card-img-top"
- height="250"
- 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="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">
- <a target="_blank" href="/blog/">{{authorName}}</a><br />
- <span class="post-date">{{post.date | date_to_string }}</span>
- </span>
- </div>
- </div>
-</div>
+{%- include /authors/authors.html -%}
+<div class="col-lg-4 col-md-6 mb-4 card-group">
+ <div class="card h-100 appscms-blog-cards">
+ <a href="{{ post.url }}">
+ <img
+ src="{{ post.image }}"
+ class="card-img-top"
+ height="250"
+ 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="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">
+ <a target="_blank" href="/blog/">{{authorName}}</a><br />
+ <span class="post-date">{{post.date | date_to_string }}</span>
+ </span>
+ </div>
+ </div>
+</div>