_layouts/blog.html in appscms-tools-theme-0.3.2 vs _layouts/blog.html in appscms-tools-theme-0.3.3
- old
+ new
@@ -7,13 +7,14 @@
<section class="section_post">
<div class="container">
<div class="row justify-content-center section-title-wrap">
<div class="col-lg-12">
- <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.h1 }}</h1>
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
+ </h1>
<p class="lead mb-5 mt-1" style="font-size: 18px;">
- {{ site.data.blog.description }}
+ {{ site.data.blog.blog.description }}
</p>
</div>
</div>
<!-- categories post -->
@@ -33,10 +34,10 @@
<a href="{{ post.url }}" class="anchor_link">
<h4 class="card-title mb-4">{{ post.title }}</h4>
</a>
</div>
- {% assign author = site.data.authors[post.author] %}
+ {% assign author = site.data.blog.authors[post.author] %}
<div class="card-footer bg-white">
<div class="wrapfooter">
{% if post.author %}
<span class="meta-footer-thumb">
<img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
\ No newline at end of file