menu.html 260 B

123
  1. {% for link in site.meta.footer %}
  2. <a href="{% if not link.url.startswith('http') %}/{% else %}{% endif %}{{ link.url }}" class="{% if not loop.last %}pb1-7 bg-pb0 {% if menu_top %} md-pb0-5 {% endif %}{% endif %}fgc-cyan ttu">{{ link.label}}</a>
  3. {% endfor %}