+ {{ content }}
+
+ {{ page.title }}
+
+ {{ content }}
+
+
+From 92411ecbd9f0cbcec5620de2efbefade7254afca Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 14 May 2019 21:20:17 +0200 Subject: Initial commit --- _layouts/default.html | 20 ++++++++++++++++++++ _layouts/page.html | 14 ++++++++++++++ _layouts/post.html | 15 +++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 _layouts/default.html create mode 100644 _layouts/page.html create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e4ab96f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,20 @@ + + + + {% include head.html %} + +
+ + {% include header.html %} + +