Sha256: 577cbafbb8f02797861cc68b91affc508ffbcedc87a3741be6d406578ccda703
Contents?: true
Size: 1.55 KB
Versions: 8
Compression:
Stored size: 1.55 KB
Contents
<footer class="footer pt-3 bg-dark small text-light"> <div class="container"> <div class="row justify-content-between mt-4 pt-4"> <div class="col-lg-3 mb-5"> <a class="navbar-brand" href="{{ site.data.centos.identity.logo.link }}"><img role="img" src="{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.data.centos.identity.title }}" /><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a> <p class="my-3">{{ site.data.centos.identity.description }}</p> <ul class="nav list-unstyled d-flex"> {% for item in site.data.centos.footer.social -%} <li class="nav-item me-4 fs-5"> <a href="{{ item.link }}" role="button" aria-label="{{ item.name }}" class="link-light"><i class="{{ item.icon }}"></i></a> </li> {% endfor %} </ul> </div> {% assign sections = site.data.centos.navbar | where: "visible_on", "footer" %} {% for section in sections -%} <div class="col-sm-12 col-lg-3 mb-3"> <h6 class="text-uppercase fw-bold">{{ section.name }}</h6> <ul class="nav flex-column"> {% for item in section.menu -%} <li class="nav-item my-1"><a href="{{ item.link }}" class="px-0 link-light">{{ item.name }}</a></li> {% endfor %} </ul> </div> {% endfor %} </div> <div class="row py-3"> <div class="col"> <span>Copyright ©</span> <span id="copyright_year"></span> <span>{{ site.data.centos.footer.copyright.author }}</span> {% for item in site.data.centos.footer.copyright.legals -%} <span class="nav-item border-start ms-2 ps-2"> <a href="{{ item.link }}" class="link-light">{{ item.text }}</a> </span> {% endfor %} </div> </div> </div> </footer>
Version data entries
8 entries across 8 versions & 1 rubygems