Sha256: 661976a97c1113cc73b95a1c68f4f0fa84c8b0e703aa998e45adcaefab709588

Contents?: true

Size: 1.33 KB

Versions: 51

Compression:

Stored size: 1.33 KB

Contents

<footer class="footer">
    <div class="container">
      <div class="row">

        {% if site.data.centos.footer.columns %}
        {% for column in site.data.centos.footer.columns %}
        {% assign links = site.data.centos.navbar | where: "name", column %}
        {% for section in links %}
        <section class="links">
          <h6><i class="{{ section.icon }}"></i> {{ section.name }}</h6>
          <ul>
            {% for item in section.menu %}
            <li><a href="{{ item.link }}">{{ item.name }}</a></li>
            {% endfor %}
          </ul>
        </section>
        {% endfor %}
        {% endfor %}
        {% endif %}

        <section class="project">
          <h4>{{ site.title }}</h4>
          <p class="lead">{{ site.description }}</p>
          <div class="lead social">
            {% for item in site.data.centos.footer.social %}
            <a href="{{ item.link }}"><i class="{{ item.icon }}"></i></a>
            {% endfor %}
          </div>
        </section>

      </div>

      <div class="row">
        <section class="copyright">
          <p>Copyright &copy; {{ site.time | date: "%Y" }} {{ site.data.centos.footer.copyright.author }} {% for item in site.data.centos.footer.copyright.legals %} | <a href="{{ item.link }}">{{ item.text }}</a>{% endfor %}</p>
        </section>
      </div>

    </div>
</footer>

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.8 _includes/footer.html
jekyll-theme-centos-0.7.7 _includes/footer.html
jekyll-theme-centos-0.7.6 _includes/footer.html
jekyll-theme-centos-0.7.5 _includes/footer.html
jekyll-theme-centos-0.7.4 _includes/footer.html
jekyll-theme-centos-0.7.3 _includes/footer.html
jekyll-theme-centos-0.7.2 _includes/footer.html
jekyll-theme-centos-0.7.1 _includes/footer.html
jekyll-theme-centos-0.7.0 _includes/footer.html
jekyll-theme-centos-0.6.29 _includes/footer.html
jekyll-theme-centos-0.6.28 _includes/footer.html
jekyll-theme-centos-0.6.27 _includes/footer.html
jekyll-theme-centos-0.6.25 _includes/footer.html
jekyll-theme-centos-0.6.24 _includes/footer.html
jekyll-theme-centos-0.6.23 _includes/footer.html
jekyll-theme-centos-0.6.22 _includes/footer.html
jekyll-theme-centos-0.6.21 _includes/footer.html
jekyll-theme-centos-0.6.20 _includes/footer.html
jekyll-theme-centos-0.6.19 _includes/footer.html
jekyll-theme-centos-0.6.18 _includes/footer.html