{%- include home_icon.html -%}
{{ site.global.nav.caption_home | default: "Home" }}
{%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths | reverse -%} {%- if page_paths -%} {%- for path in page_paths -%} {%- assign x = site.pages | where: "path", path | first -%} {%- if x.title -%} {%- if x.title != "404" -%}
{%- if x.icon -%} {%- include {{ x.icon }} -%} {%- endif -%}
{{ x.title }}
{%- endif -%} {%- endif -%} {%- endfor -%} {%- endif -%}
profile image
{{ site.global.profile.name | default: "Your Name" }} {{ site.global.profile.id | default: "@your_id" }}
{%- include threedot_icon.html -%}