title: Biography tagline: Today's People in the Book Shelf description: Jekyll Collections

tags: [ Jekyll, Collections, Biography ] index: [] categories: [ collections ]

permalink: /pages/private/bookshelf/biography/ regenerate: false

resources: [] resource_options:

- masthead:
    opacity:                          0.5
    slides:
      - url:                          /assets/images/master_header/aaron-burden-1280x600.png
        alt:                          aaron-burden-1280x600

// Enable the Liquid Preprocessor // :page-liquid:

// Set other global page attributes here // ——————————————————————-

{% comment %} Debugging ————————————————————— {% endcomment %} {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}

{% comment %} Liquid procedures ————————————————————— {% endcomment %} {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}

[navigator]

Biography

lorem:sentences

++++ <div class=“row mb-4”>

<div class="col-md-12 col-xs-12">
  {% include {{create_collection_article_preview}} collection=site.biography %}
</div>

</div> ++++