Sha256: 0453745af8ff8f31f6dac787f58b24dc18b3b08ab3a81ed34f925017695c97fc

Contents?: true

Size: 1.26 KB

Versions: 17

Compression:

Stored size: 1.26 KB

Contents

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

        {% if site.footer.columns %}
        {% for column in site.footer.columns %}
        {% assign links = site.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.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.footer.copyright.author }} {% for item in site.footer.copyright.legals %} | <a href="{{ item.link }}">{{ item.text }}</a>{% endfor %}</p>
        </section>
      </div>

    </div>
</footer>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.4.0 _includes/footer.html
jekyll-theme-centos-0.3.0 _includes/footer.html
jekyll-theme-centos-0.2.6 _includes/footer.html
jekyll-theme-centos-0.2.5 _includes/footer.html
jekyll-theme-centos-0.2.4 _includes/footer.html
jekyll-theme-centos-0.2.3 _includes/footer.html
jekyll-theme-centos-0.2.2 _includes/footer.html
jekyll-theme-centos-0.2.1 _includes/footer.html
jekyll-theme-centos-0.2.0 _includes/footer.html
jekyll-theme-centos-0.1.25 _includes/footer.html
jekyll-theme-centos-0.1.24 _includes/footer.html
jekyll-theme-centos-0.1.23 _includes/footer.html
jekyll-theme-centos-0.1.22 _includes/footer.html
jekyll-theme-centos-0.1.21 _includes/footer.html
jekyll-theme-centos-0.1.20 _includes/footer.html
jekyll-theme-centos-0.1.19 _includes/footer.html
jekyll-theme-centos-0.1.18 _includes/footer.html