Sha256: 963c4092072050a39dc88e087b0f63c6e0e46a35b80542daf2343a42041516f0

Contents?: true

Size: 916 Bytes

Versions: 6

Compression:

Stored size: 916 Bytes

Contents

{% if page.about.section.visible == true %}
<div class="container py-5 text-center border-top{% if page.about.section.highlight == true %} bg-light-radial-gradient{% endif %}">
  <div class="row">
    <div class="col">
      {% if page.about.section.icon %}
      <div class="display-4">{{ page.about.section.icon }}</div>
      {% endif %} {% if page.about.section.name %}
      <div class="display-6 fw-bold">{{ page.about.section.name }}</div>
      {% 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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.67 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.66 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.65 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.64 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.63 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.62 _includes/people/about.html