_includes/appscms/extras/appscms-postbox.html in appscms-tools-theme-4.1.2 vs _includes/appscms/extras/appscms-postbox.html in appscms-tools-theme-4.1.3

- old
+ new

@@ -3,11 +3,11 @@ <div class="card h-100 appscms-blog-cards"> <a href="{{ post.url }}"> <img src="{{ post.image }}" class="card-img-top" - height="208px" + height="250" width="100%" loading="lazy" alt="{{post.title}}" {%- if @@ -26,11 +26,11 @@ class="anchor_link" > <h4 class="card-title mb-4 text-left">{{ post.title }}</h4> </a> </div> - <div class="card-footer bg-white"> + <div class="wrapfooter"> {% if post.author %} <span class="meta-footer-thumb"> <img class="author-thumb" @@ -47,19 +47,14 @@ -%} /> </span> {% endif %} <span class="author-meta"> - <span class="post-name"> - <a target="_blank" href="/blog">{{authorName}}</a> </span - ><br /> + + <a target="_blank" href="/blog">{{authorName}}</a><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>