{% comment %}
# Switch the subnavi: All blogs have the subnavi-default-LANG.html, but landindpages a different subnavi. # Relative vs. absolute URLs: All pages should use relative URLs, except for the 404 pages. They need absolut URLs, so users find a way home from the 404-"content-xyz.betterplace.org"-URL-Mess.
{% endcomment %} {% capture hostname %}{% if page.layout == 'error404' %}{{ include.hostname }}{% endif %}{% endcapture %} {% if site.lang %} {% include header-{{ site.lang }}.html hostname=hostname %} {% include subnavi-{{ site.subnavi_include_name_part | default: 'default' }}-{{ site.lang }}.html hostname=hostname %} {% endif %}