{% if conf.custom_content %} {{conf.custom_content}} {% endif %}
{% if DEV_MODE %} {% endif %} {% assign headerMenuHandle = conf.sections | getValue: 'header.settings.main_linklist', '' %} {% assign headerMenu = conf.menus | getMenuByHandle: headerMenuHandle %}
{% assign show_announcement = conf.sections | getValue: 'header.settings.message', false %} {% if show_announcement == true %}
{% endif %}
{% assign layout_type = conf.sections | getValue: 'blog.settings.layout', 'list' %} {% if layout_type == 'grid' %}
{% for post in blog.posts %} - {% if post.image and post.image.src %} {% endif %}
{{post.title}}
{% assign blog_show_author = conf.sections | getValue: 'blog.settings.blog_show_author', true %} {% if blog_show_author %}
{{post.author}} {% endif %} {% assign blog_show_date = conf.sections | getValue: 'blog.settings.blog_show_date', true %} {% if blog_show_date %}
{{ post.published_at | formatDate }} {% endif %}
{{ post.body_html | getTextFromHtml | reduceString: 200) }}
{% if post.tags and post.tags.length > 0 %}
{% for tag in post.tags %} - {{tag}}
{% endfor %}
{% endif%}
{% endfor %}
{% else %}
{% for post in blog.posts %} -
{% assign blog_show_author = conf.sections | getValue: 'blog.settings.blog_show_author', true %} {% if blog_show_author %}
by {{post.author}} {% endif %} {% assign blog_show_date = conf.sections | getValue: 'blog.settings.blog_show_date', true %} {% if blog_show_date %}
{{ post.published_at | formatDate }} {% endif %} {% if post.image and post.image.src %}
{% endif %}
{{ post.body_html | getTextFromHtml | reduceString: 200) }}
{% if post.tags and post.tags.length > 0 %}
{{ 'blogs.article.posted_in' | t: conf.translations, 'Posted in' }} {% for tag in post.tags %}
{{tag}} {% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% if conf.global_settings.global_show_link_to_website_enabled %}
{% endif %}
{% if DEV_MODE %}
{% endif %} {% if DEV_MODE == false %} {% if conf.global_settings.google_analytics_id %} {% endif %} {% if conf.global_settings.google_tag_manager_script %} {{conf.global_settings.google_tag_manager_script}} {% endif %} {% if conf.global_settings.fb_pixel %} {% if analytics.fbPixelAnalytics %} {% else %} {% endif %} {% endif %} {% if conf.global_settings.pinterest_pixel %} {% endif %} {% if conf.plan_name != '' %} {% endif %} {% if conf.global_settings.progressify_me_enabled == true %} {% endif %} {% endif %}