"Recent Posts" -> "All Posts"
Blog sidebar shows all the posts, not just the most recent ones.
This commit is contained in:
parent
7cbb298dbe
commit
912aec13c3
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="navGroups">
|
<div class="navGroups">
|
||||||
{% if include.type == "blog" %}
|
{% if include.type == "blog" %}
|
||||||
{% assign grouptitle = "Recent Posts" %}
|
{% assign grouptitle = "All Posts" %}
|
||||||
{% assign groupitems = include.navdata %}
|
{% assign groupitems = include.navdata %}
|
||||||
{% include nav/collection_nav_group.html %}
|
{% include nav/collection_nav_group.html %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user