Sha256: f77db328f74e946fa441509c61e8c960e5fdf336027f41780d5d1151631bcd0d

Contents?: true

Size: 610 Bytes

Versions: 2

Compression:

Stored size: 610 Bytes

Contents

---
layout: page
title: About
layout: default
permalink: /about/
---

<section class="section bg-light py-5">
  <div class="container">
    <div class="title text-center">
      <h2>About Us</h2>
      <h4>This is who we are</h4>
    </div>
    <div class="section-content pt-5">
      <div class="row text-center justify-content-md-center">


        {%- for author_kv in site.data.authors -%}
        {%- assign author_k = author_kv | keys -%}
        {%- assign author = author_k[1] -%}

        {%- include author.html author=author -%}

        {%- endfor -%}

      </div>
    </div>
  </div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _pages/about.html
jekyll-struggle-0.0.1 _pages/about.html