{% if site.baseurl %} {% if page.layout == 404 %} {% elsif page.layout == "index" %} {% elsif page.layout == "projects" %} {% elsif page.layout == "blog" %} {% elsif page.layout == "post" %} {% endif %} {% else %} {% if page.layout == 404 %} {% elsif page.layout == "index" %} {% elsif page.layout == "projects" %} {% elsif page.layout == "blog" %} {% elsif page.layout == "post" %} {% endif %} {% endif %} {{ page.title }} | {{ site.title }}