aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:35:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:35:31 +0300
commit99cab0afb748637130f40a576be64e2243630e5f (patch)
tree7b52a776ed79b3b1626e9dda570ad0a5cd5c7b41 /_layouts/default.html
parentadd missing &nbsp;s (diff)
downloadsorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.tar.gz
sorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.zip
_layouts: sidebar.html -> default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..f151314
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,10 @@
+{% include common/header.html %}
+<div class="row">
+ <div class="col-md-8">
+ {{ content }}
+ </div>
+ <div class="col-md-4">
+ {% include common/sidebar.html %}
+ </div>
+</div>
+{% include common/footer.html %}