{%- assign is_personal_website = false -%} {%- if site.author or site.data.authors == 1 -%} {%- assign is_personal_website = true -%} {%- endif -%} {%- capture site_branding -%} {% if site.logo %} {% endif %} {{ site.title }} {%- endcapture -%} {% if page.title and page.title != "" %} {{ site_branding }} {% else %} {{ site_branding }} {% endif %} {% if site.main_menu %} {% for item in site.main_menu.items %} {{- item.label -}} {% endfor %} {% endif %}