{{ site.name }}
{% if site.menu.top | length > 0 %}
    {% for link in site.menu.top %}
  • {{ link.name }}
  • {% endfor %}
{% endif %}