{% 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 %}

{{ blog.title }}

{% assign layout_type = conf.sections | getValue: 'blog.settings.layout', 'list' %} {% if layout_type == 'grid' %}
{% else %}
    {% for post in blog.posts %}
  • {{post.title}}

    {% assign blog_show_author = conf.sections | getValue: 'blog.settings.blog_show_author', true %} {% if blog_show_author %} {% endif %} {% assign blog_show_date = conf.sections | getValue: 'blog.settings.blog_show_date', true %} {% if blog_show_date %} {% endif %} {% if post.image and post.image.src %}
    {% endif %}
    {{ post.body_html | getTextFromHtml | reduceString: 200) }}
    {% if post.tags and post.tags.length > 0 %} {% endif %}
  • {% endfor %}
{% endif %}
{% assign show_payment_icons = conf.sections | getValue: 'footer.settings.show_payment_icons', true %} {% if show_payment_icons %} {% endif %}
© {{ "now" | date: "%Y" }}, {{ page.shopName }}
{% 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 %}