From c8bbc25228a7d199ca6868db7375f1661c3ef6e4 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Wed, 23 Mar 2022 16:52:53 +0300
Subject: _includes: move everything to jekyll-theme/

---
 _layouts/plain.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '_layouts/plain.html')

diff --git a/_layouts/plain.html b/_layouts/plain.html
index db09984..59b594f 100644
--- a/_layouts/plain.html
+++ b/_layouts/plain.html
@@ -1,7 +1,7 @@
-{% include common/header.html %}
+{% include jekyll-theme/header.html %}
 <div class="row">
   <div class="col-md-12">
     {{ content }}
   </div>
 </div>
-{% include common/footer.html %}
+{% include jekyll-theme/footer.html %}
-- 
cgit v1.2.3