Sha256: c09e389308b531a0f9af723c51f74a3fec50410bfef34c72d7c4c3212ea75c65

Contents?: true

Size: 806 Bytes

Versions: 2

Compression:

Stored size: 806 Bytes

Contents

{% if page.about.section.visible == true %}
<div class="container pt-5 text-center">
  <div class="row">
    <div class="col">
      {% if page.about.section.icon %}
      <i class="h1 {{ page.about.section.icon }}"></i>
      {% endif %} {% if page.about.section.name %}
      <h1>{{ page.about.section.name }}</h1>
      {% endif %} {% if page.about.section.preamble %}
      <p>{{ page.about.section.preamble }}</p>
      {% endif %}
    </div>
  </div>

  <div class="row mt-3">
    <div class="col">
      {% if page.about.content.size > 0 %}
        {% for p in page.about.content %}
          <p>{{ p }}</p>
        {% endfor %}
      {% else %}
      <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
      {% endif %}
    </div>
  </div>
</div>
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.7.0 _includes/people/about.html
jekyll-theme-centos-2.6.0 _includes/people/about.html