Sha256: 9673ba4185a958bec4c20721ddd11176765b10fddf2ca142e3d31784874d61fb

Contents?: true

Size: 470 Bytes

Versions: 25

Compression:

Stored size: 470 Bytes

Contents

<div class="header__home__shortcuts__community">

  {% assign links = site.data.centos.navbar | where: "name", "Community" %}
  {% for section in links %}
  {% for item in section.menu %}
  <a class="btn" role="button" href="{{ item.link }}">
  <div class="card">
    <div class="card-body">
      <h2 class="card-title"><i class="{{ item.icon }}"></i></h2>
      <p class="card-text">{{ item.name }}</p>
    </div>
  </div>
  </a>
  {% endfor %}
  {% endfor %}

</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
jekyll-theme-centos-0.9.20221031122647 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220805132206 _includes/home/shortcuts.html
jekyll-theme-centos-test-1.0.33 _includes/home/shortcuts.html
jekyll-theme-centos-test-1.0.32 _includes/home/shortcuts.html
jekyll-theme-centos-test-1.0.24 _includes/home/shortcuts.html
jekyll-theme-centos-test-1.0.23 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220227231551 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220212202853 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220212195701 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220201124228 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220201033517 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20220201032927 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20211202171349 _includes/home/shortcuts.html
jekyll-theme-centos-0.9.20211031215618 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.10 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.9 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.8 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.7 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.6 _includes/home/shortcuts.html
jekyll-theme-centos-0.8.5 _includes/home/shortcuts.html