aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 05:54:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 05:54:25 +0300
commitb59d6a321f35f4f12266b056b7795f6f279295e7 (patch)
treea90256aea40f502c6e978e2e6bcea5da71317cf6 /_layouts
downloadegor-tensin.github.io-b59d6a321f35f4f12266b056b7795f6f279295e7.tar.gz
egor-tensin.github.io-b59d6a321f35f4f12266b056b7795f6f279295e7.zip
initial commit
Diffstat (limited to '')
-rw-r--r--_layouts/main.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/main.html b/_layouts/main.html
new file mode 100644
index 0000000..4f0db4c
--- /dev/null
+++ b/_layouts/main.html
@@ -0,0 +1,3 @@
+{% include header.html %}
+{{ content }}
+{% include footer.html %}