{% comment %} Notes: * Other doc attributes: relative_path, url * Directories don't matter at all. You don't have to use them. * File names don't matter either, except the alphabetical order between them. {% endcomment %} {% assign doc_data = 'docs_' | append: site.active_lang %} {% assign page_data = site.data[doc_data].by_title[page.title] %} {% capture titles %} {{ page.title }}|{{ page_data.breadcrumbs[0].title}}|{{page_data.breadcrumbs[1].title}}{% endcapture %} {% capture titles_array %} {{ titles | split: "|" }} {% endcapture %}