{%- if site.email -%}   {{ site.email }} {%- endif -%} {%- if social.dribbble -%} {%- endif -%} {%- if social.facebook -%} {%- endif -%} {%- if social.flickr -%} {%- endif -%} {%- if social.github -%} {%- endif -%} {%- if social.instagram -%} {%- endif -%} {%- if social.linkedin -%} {%- endif -%} {%- if social.pinterest -%} {%- endif -%} {%- for mst in social.mastodon -%} {%- if mst.username and mst.instance -%} {%- endif -%} {%- endfor -%} {%- if social.twitter -%} {%- endif -%} {%- if social.youtube -%} {%- endif -%} {%- if social.youtube_channel -%} {%- endif -%} {%- if social.telegram -%} {%- endif -%} {%- if social.keybase -%} {%- endif -%} {%- if social.microdotblog -%} {%- endif -%} {%- if social.rss -%} {%- endif -%}
{%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths -%} {%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
{%- if site.logo -%} {{ site.title | escape }} {%- else -%} {{ site.title }} {%- endif -%}
{%- if titles_size > 0 -%}
{%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path", path | first -%} {%- if my_page.title -%} {{ my_page.title | escape }} {%- endif -%} {%- endfor -%}
{%- endif -%}