From 04c0b5845feb211c5533d754b091727e4af82a6f Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Tue, 30 Jun 2020 16:56:00 +0300 Subject: [PATCH] feat: custom title prefix separator and description suffix --- _layouts/default.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index f0b8c75..fc66118 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,8 +6,8 @@ - {% 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_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 %}