+ + {{ post.title }} + + + + + {% if post.image %} + + {% picture {{ post.image }} class="teaser" %} + + {% endif %} + + {% capture has_more %}{{ post.content | has_more }}{% endcapture %} + + {% if has_more == 'true' %} + {{ post.content | post.excerpt | excerpt }} + {% else %} + {{ post.excerpt }} + {% endif %} + + Continue reading + + +
- - {{ post.title }} - - - - - {% if post.image %} - - {% picture {{ post.image }} class="teaser" %} - - {% endif %} - - {% capture has_more %}{{ post.content | has_more }}{% endcapture %} - - {% if has_more == 'true' %} - {{ post.content | post.excerpt | excerpt }} - {% else %} - {{ post.excerpt }} - {% endif %} - - Continue reading - - -