--- layout: default title: Blog ---

Latest from Our Blog

Tips, stories, and insights to help you make reading magical for your children.

{% for post in site.posts %}
{% if post.featured_image %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{{ post.date | date: "%B %-d, %Y" }} {% if post.comments_count %} {{ post.comments_count }} Comments {% endif %}

{{ post.title }}

{{ post.excerpt | strip_html | truncatewords: 20 }}

Read More
{% endfor %}
{% if site.posts.size > 9 %} {% endif %}