Blog
{{ page_title }}
- {%- for article in blog.articles -%}
-
{%- if article.image -%} {%- endif -%} {{ article.title }}
{%- if section.settings.blog_show_author -%} By {{ article.author }} {%- endif -%} {%- if section.settings.blog_show_date -%} {{ article.published_at | time_tag: format: 'month_day_year' }} {%- endif -%}{%- if article.excerpt.size > 0 -%} {{ article.excerpt }} {%- else -%} {{ article.content | strip_html | truncate: 150 }} {%- endif -%}
{%- if article.tags.size > 0 -%}- {{ 'blogs.article.posted_in' }}
- {%- for tag in article.tags -%} {{ tag }}{% unless forloop.last %}, {% endunless %} {%- endfor -%}
- Read more {%- if blog.comments_enabled? and article.comments_count > 0 -%}
- {{ article.comments_count }} {%- endif -%}
{%- endfor -%}