Sha256: b892d7a9d93898ff2a3cbf3970fbb6ff07631d157a85dfa3ce382273abd5f4fe

Contents?: true

Size: 688 Bytes

Versions: 5

Compression:

Stored size: 688 Bytes

Contents

{% assign username = page.username %}
{% assign person = site.data.centos.people | where: "username", username %}

{% for item in person %}
<div class="container mt-5 mb-3 text-center">

  <div class="row">
    <div class="col">
      {% if item.support.section.icon %}<div class="display-6">{{ item.support.section.icon }}</div>{% endif %}
      {% if item.support.section.name %}<div class="display-6">{{ item.support.section.name }}</div>{% endif %}
      {% if item.support.section.preamble %}<p>{{ item.support.section.preamble }}</p>{% endif %}
    </div>
  </div>

  <div class="row">
    <div class="col">
      {{ item.support.content }}
    </div>
  </div>

</div>
{% endfor %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.2.0.pre.staging.1 _includes/people/support.html
jekyll-theme-centos-2.2.0.pre.true.3 _includes/people/support.html
jekyll-theme-centos-2.2.0.pre.true.2 _includes/people/support.html
jekyll-theme-centos-2.2.0.pre.true.1.pre.alpha.9f29b18e _includes/people/support.html
jekyll-theme-centos-2.1.0 _includes/people/support.html