{% if site.avatar != empty and site.avatar %} {% capture avatar_url %} {% if site.avatar contains '://' %} {{ site.avatar }} {% elsif site.img_cdn != empty and site.img_cdn %} {{ site.avatar | prepend: site.img_cdn }} {% else %} {{ site.avatar | relative_url }} {% endif %} {% endcapture %} avatar {% endif %}
{{ site.data.locales[site.lang].page.header }}
{{ site.data.locales[site.lang].page.tagline | newline_to_br }}
  • {% if enable.sidebar_icons %} {% endif %} {{ site.data.locales[site.lang].tabs.home | upcase }}
  • {% for tab in site.tabs %}{% if tab.no_sidebar %}{% continue %}{% endif %}
  • {% if enable.sidebar_icons %} {% endif %} {% capture tab_name %}{{ tab.url | split: '/' }}{% endcapture %} {{ site.data.locales[site.lang].tabs.[tab_name] | default: tab.title | upcase }}
  • {% endfor %}
{% unless site.theme_mode %} {% endunless %} {% for entry in site.data.contact %} {% capture url %} {%- if entry.type == 'github' -%} https://github.com/{{ site.github.username }} {%- elsif entry.type == 'twitter' -%} https://twitter.com/{{ site.twitter.username }} {%- elsif entry.type == 'rss' -%} {{ "/feed.xml" | relative_url }} {%- else -%} {{ entry.url }} {%- endif -%} {% endcapture %} {% if url %} {% endif %} {% endfor %}