all repos — homestead @ 16092fb22dc42fc513bbc7c8116ca7d7706ea00f

Code for my website

themes/bear/templates/nav.html (view raw)

Home
{%- if config.extra.main_menu %}
  {%- for item in config.extra.main_menu %}
    {%- if item.url is matching("https?://") %}
      {{ item.name }}
    {%- else %}
      {{ item.name }}
    {%- endif %}
  {%- endfor %}
{%- endif -%}