diff --git a/_layouts/default.html b/_layouts/default.html
index f0b8c75..b2a7041 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,12 +2,12 @@
-
- {% if page.title_prefix %}{{ page.title_prefix }} | {% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}
-
+ {% if page.title_content_format %} {% assign title_content = page.title_content_format %} {% else %} {% assign title_content = {% if page.title_prefix %}{{ page.title_prefix }} | {% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %} %} {% endif %}
+ {% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} | {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}
+
{% if page.res_type %}{% else %}{% endif %}
{% if site.progress_hosting != true %}