aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/plain.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_layouts/plain.html4
1 files changed, 2 insertions, 2 deletions
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 %}