{% for p in site.data.primary_nav %} {% if p.show_on_mobile %}
  • {{ p.title }}
  • {% endif %} {% endfor %}
  • GitHub