{{ site.quote.quote }}{{ site.quote.cite }}
{% assign ishome = false %} {% assign sectionname = "" %} {% assign directory = "" %} {% assign title = "" %} {% assign sections = site.sections %} {% assign relative_path = "." %} {% assign page_path = "" %} {% assign body_class = "home" %} {% if page.layout_type == 'subpage' %} {% assign relative_path = ".." %} {% assign page_path = "../" %} {% assign body_class = page.layout_type %} {% endif %} {% if page.layout_type == 'absolute' %} {% assign relative_path = "" %} {% assign page_path = "" %} {% assign body_class = page.layout_type %} {% endif %} {% for section in sections %} {% if page.url == section.path %} {% if section.path == "/index.html" %} {% assign ishome = true %} {% assign title = site.project_name %} {% else %} {% assign sectionname = section.name %} {% assign title = sectionname | append:" : " | append:site.project_name %} {% endif %} {% endif %} {% endfor %} {% if title == "" %} {% assign directories = page.url | split:"/" %} {% assign directory = directories | last %} {% if directory == "index.html" %} {% assign index = directories | size | minus:2 %} {% assign directory = directories[index] %} {% elsif directory == "404.html" %} {% assign directory = "404" %} {% endif %} {% assign title = directory | append:" : " | append:site.project_name %} {% endif %}
{{ site.quote.quote }}{{ site.quote.cite }}