Latest Blog Posts
- {% for article in blogs[your_blog_handle_here].articles limit: how_many_articles_to_show %}
-
{% if article.image %}{% endif %} {% if article.excerpt != blank %} {{ article.excerpt }} {% endif %}{{ article.title | link_to: article.url }}
{{ article.content | strip_html | truncatewords: 30 }}
{% endfor %}