From 1e499a7583757b7bd3335ad8df6f6bc3050e5a47 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 24 Jan 2020 11:15:32 +0400 Subject: Fixed headers title Signed-off-by: Valentin Popov --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index edbc5b7..9aedb0b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,13 +7,13 @@ layout: default Published on - {{ site.title | strip | normalize_whitespace | xml_escape }} + {{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }} | Permalink
-

{{ site.title | strip | normalize_whitespace | xml_escape }}

+

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

{{ content }} -- cgit v1.2.3