From 92f886b9a9f53a94e66ef335b9dcb3a248324c1b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 27 Apr 2014 16:20:43 +0200 Subject: Initial version of brentj.es --- _layouts/default.html | 28 ++++++++++++++++++++++++++++ _layouts/post.html | 9 +++++++++ 2 files changed, 37 insertions(+) create mode 100644 _layouts/default.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..ace44ce --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,28 @@ + + + + + + {{ page.title }} + + + + + + + + + + + +
+ {% include header.html %} + + {{ content }} + + {% include footer.html %} + +
+ + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..04e3586 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,9 @@ +--- +layout: default +--- +

{{ page.title }}

+

{{ page.date | date_to_string }}

+ +
+{{ content }} +
-- cgit v1.2.3-70-g09d2