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/nosidebar.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _layouts/nosidebar.html (limited to '_layouts/nosidebar.html') diff --git a/_layouts/nosidebar.html b/_layouts/nosidebar.html new file mode 100644 index 0000000..2e88f63 --- /dev/null +++ b/_layouts/nosidebar.html @@ -0,0 +1,5 @@ +--- +layout: plain +--- +{% include jekyll-theme/page/title.html %} +{{ content }} -- cgit v1.2.3