aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 03:34:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 03:34:07 +0300
commit51eadf273a735c8b87b852eb929fe851299c1238 (patch)
treef03f024bc001c656f9fdbab7283c22894d9d9c9b /_layouts/default.html
parentREADME.md: remove the obsolete Windows notes (diff)
downloadegor-tensin.github.io-51eadf273a735c8b87b852eb929fe851299c1238.tar.gz
egor-tensin.github.io-51eadf273a735c8b87b852eb929fe851299c1238.zip
renamed layout 'plain' to 'default'
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..db09984
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,7 @@
+{% include common/header.html %}
+<div class="row">
+ <div class="col-md-12">
+ {{ content }}
+ </div>
+</div>
+{% include common/footer.html %}