Blame _includes/footer.html

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

    {{ site.title }}

    172832
            

    {{ site.description }}

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

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

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