Sha256: 441d75a8d29fff214d17048c30c8cd37119920e4e5e3b359838e56354fc9fa67

Contents?: true

Size: 1.37 KB

Versions: 5

Compression:

Stored size: 1.37 KB

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: 'en' }}">
  {% include base/head.html title=page.title -%}

  <body id="top" class="bg-dots pt-0">
    {% include base/navbar.html -%}
    {% include people/header.html %}

    <main class="container pb-5 bg-body border-top border-5 border-primary rounded shadow mt-n6">
      <div class="row justify-content-center">
        <div class="col-sm-12 col-lg-8">
          <div class="content">
          {{ content }}
          </div>
        </div>
      </div>
    </main>

    {% if page.with_footer == true %}
    <footer class="footer small bg-dark bg-image text-light">
      {% if page.with_shortcuts != false %}
      <div class="container">
        {% include base/shortcuts.html %}
      </div>
      {% endif %}

      {% if page.with_finale != false %}
      <div class="container border-5 border-top border-primary">
      {% include base/finale.html %}
      </div>
      {% endif %}

      {% if page.with_sponsors != false %}
      <div class="container-fluid bg-light">
        <div class="container">
        {% include sponsors/carousel.html -%}
        </div>
      </div>
      {% endif %}

      {% if page.with_copyright != false %}
      <div class="container py-1">
        {% include base/copyright.html %}
      </div>
      {% endif %}

    </footer>
    {% endif %}

    {% include base/script.html -%}
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.0 _layouts/people/default.html
jekyll-theme-centos-2.50.0 _layouts/people/default.html
jekyll-theme-centos-2.49.0 _layouts/people/default.html
jekyll-theme-centos-2.48.0 _layouts/people/default.html
jekyll-theme-centos-2.47.0 _layouts/people/default.html