areguera / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame _includes/footer.html

92cce8
{% include hr.html %}
92cce8
92cce8
<footer class="footer">
92cce8
  
92cce8
    
92cce8
92cce8
      {% if site.data.centos.footer.columns %}
92cce8
      {% for column in site.data.centos.footer.columns %}
92cce8
      {% assign links = site.data.centos.navbar | where: "name", column %}
92cce8
      {% for section in links %}
92cce8
      <section class="links">
92cce8
        
{{ section.name }}
92cce8
        
    92cce8
              {% for item in section.menu %}
    92cce8
              
  • {{ item.name }}
  • 92cce8
              {% endfor %}
    92cce8
            
    92cce8
          </section>
    92cce8
          {% endfor %}
    92cce8
          {% endfor %}
    92cce8
          {% endif %}
    92cce8
    92cce8
          <section class="project">
    92cce8
            

    {{ site.title }}

    92cce8
            

    {{ site.description }}

    92cce8
            
    92cce8
              {% for item in site.data.centos.footer.social %}
    92cce8
              
    92cce8
              {% endfor %}
    92cce8
            
    92cce8
          </section>
    92cce8
    92cce8
        
    92cce8
    92cce8
        
    92cce8
          <section class="copyright">
    92cce8
            

    Copyright © {{ site.time | date: "%Y" }} {{ site.data.centos.footer.copyright.author }} {% for item in site.data.centos.footer.copyright.legals %} | {{ item.text }}{% endfor %}

    92cce8
          </section>
    92cce8
        
    92cce8
      
    92cce8
    92cce8
      {% include top.html %}
    92cce8
    92cce8
    </footer>
    92cce8