_layouts/feature.html in appscms-tools-theme-1.4.1 vs _layouts/feature.html in appscms-tools-theme-1.4.2
- old
+ new
@@ -143,9 +143,12 @@
{%- if page.categories.size> 0 or page.tags.size>0-%}
{%- include section/related_categories_post.html -%}
{%- else -%}
{%- include section/recent_posts.html -%}
{% endif %}
+ {%- if site.customblogdata -%}
+ {%- include customblog/customblog.html -%}
+ {%- endif -%}
{% include footer/index.html %}
{% include script.html %}
</body>
</html>
\ No newline at end of file