+ +
+
+ + +
+
+ + +
+
+ + + {% if paginator %} + {% assign posts_to_show = paginator.posts %} + {% else %} + {% assign posts_to_show = site.posts %} + {% endif %} + {% include post-feed-v2.html posts=posts_to_show %} + + + {% assign posts_to_show = site.posts | where: "featured", true %} + {% include post-feed-v2.html posts=posts_to_show id="posts-featured" display="none" %} + + + {% if paginator %} +
+ + +
+ Page {{ paginator.page }} of {{ paginator.total_pages }} + + {{ paginator.posts.size }} of {{ paginator.total_posts }} posts +
+
+ {% endif %} +