_layouts/blog.html in appscms-tools-theme-0.2.0 vs _layouts/blog.html in appscms-tools-theme-0.2.1
- old
+ new
@@ -32,11 +32,11 @@
</a>
</div>
<div class="card-footer bg-white">
<div class="wrapfooter">
<span class="meta-footer-thumb">
- <img class="author-thumb" src="{{ author.image }}" alt="{{ post.author.name }}">
+ <img class="author-thumb" src="{{ post.image2 }}" alt="{{ post.author.name }}">
</span>
<span class="author-meta">
<span class="post-name">
<a target="_blank" href="{{ post.url }}">{{post.author}}</a>
</span><br>
@@ -52,10 +52,10 @@
</div>
</div>
</div>
{% endfor %}
</div>
- {%- include pagination.html -%}
+ {%- include paginationBlogPage.html -%}
</div>
{% include section/count.html %}
</section>
{%- include section/alertbar.html -%}
\ No newline at end of file