Sha256: b8626c193e07aa455341c63278d56c7b8168cfff52832f3c25b4a5fb4c357825

Contents?: true

Size: 932 Bytes

Versions: 88

Compression:

Stored size: 932 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-6"><i class="{{ page.about.section.icon }}"></i></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

88 entries across 88 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.2.14 _includes/people/about.html
jekyll-theme-centos-2.2.13 _includes/people/about.html
jekyll-theme-centos-2.2.12 _includes/people/about.html
jekyll-theme-centos-2.2.11 _includes/people/about.html
jekyll-theme-centos-2.2.9 _includes/people/about.html
jekyll-theme-centos-2.2.8 _includes/people/about.html
jekyll-theme-centos-2.2.7 _includes/people/about.html
jekyll-theme-centos-2.2.6 _includes/people/about.html
jekyll-theme-centos-2.2.5 _includes/people/about.html
jekyll-theme-centos-2.2.4 _includes/people/about.html
jekyll-theme-centos-2.2.3 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.136 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.133 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.132 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.131 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.130 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.129 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.128 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.127 _includes/people/about.html
jekyll-theme-centos-2.3.0.beta.126 _includes/people/about.html