From 8eeac84c2408ce4f7c51bfdf6975d31fa434e03a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 5 Apr 2022 13:06:50 +0200 Subject: _layouts: add nosidebar layout --- _layouts/page.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_layouts/page.html') diff --git a/_layouts/page.html b/_layouts/page.html index 48cffb2..6455acc 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,6 +1,5 @@ --- layout: default --- -

{{ page.title }}{% if page.subtitle %} {{ page.subtitle }}{% endif %}

-
+{% include jekyll-theme/page/title.html %} {{ content }} -- cgit v1.2.3