"Recent Posts" -> "All Posts"

Blog sidebar shows all the posts, not just the most recent ones.
This commit is contained in:
Joel Marcey 2016-10-05 10:29:11 -07:00
parent 7cbb298dbe
commit 912aec13c3

View File

@ -16,7 +16,7 @@
</div>
<div class="navGroups">
{% if include.type == "blog" %}
{% assign grouptitle = "Recent Posts" %}
{% assign grouptitle = "All Posts" %}
{% assign groupitems = include.navdata %}
{% include nav/collection_nav_group.html %}
{% else %}