Sha256: 1509686b83ad1cc87524ccaa027c985562e440918df07662cf96bd9ecd898270

Contents?: true

Size: 688 Bytes

Versions: 15

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 my-5 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 mt-3">
    <div class="col">
      {{ item.support.content }}
    </div>
  </div>

</div>
{% endfor %}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.2.0.beta.4 _includes/people/support.html
jekyll-theme-centos-2.2.0.beta.3 _includes/people/support.html
jekyll-theme-centos-2.2.0.beta.2 _includes/people/support.html
jekyll-theme-centos-2.2.0.beta.1 _includes/people/support.html
jekyll-theme-centos-2.1.1.beta.2 _includes/people/support.html
jekyll-theme-centos-2.1.1.beta.1 _includes/people/support.html
jekyll-theme-centos-2.1.0.beta.1 _includes/people/support.html
jekyll-theme-centos-2.0.0 _includes/people/support.html
jekyll-theme-centos-2.0.0.beta.2 _includes/people/support.html
jekyll-theme-centos-2.0.0.beta.1 _includes/people/support.html
jekyll-theme-centos-1.1.0 _includes/people/support.html
jekyll-theme-centos-1.1.0.beta.1 _includes/people/support.html
jekyll-theme-centos-1.0.1.beta.1 _includes/people/support.html
jekyll-theme-centos-1.0.0 _includes/people/support.html
jekyll-theme-centos-1.0.0.beta.1 _includes/people/support.html