{%-assign item_limit = include.item_limit | default: 12-%}
{%-assign peeps = site.collections | where: "label", 'people' | first-%}
{%-if site.menus != nil and site.plugins contains 'jekyll-menus' %}
{% comment-%} the following version of the menu depends on jekyll-menus {%-endcomment-%}
{%-else-%}
{%-assign items = site.data.navigation | default: site.data.menus.sidebar-%}
{%-endif-%}