From bad3f0f19b01f23459db699e968cf0fd6fad4750 Mon Sep 17 00:00:00 2001 From: Max Maltsev Date: Wed, 7 Feb 2024 01:16:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20GT?= =?UTF-8?q?M=20=D0=B8=20=D0=BC=D0=B5=D1=82=D0=B0=D1=82=D0=B5=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/page.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 143083d..07673d3 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,16 +1,42 @@ - + + {% if jekyll.environment == "production" %} + + + + {% endif %} + - {{ site.title }}{% if page.url != '/' %}. {{ page.title }}{% endif %} + {% if page.url != '/' %}{{ page.title }} | {% endif %}{{ site.title }} — драматург, режиссёр + + + + + + + + + + + {% if jekyll.environment == "production" %} + + + + {% endif %} {% if page.header != false %} {% include header.html %}