From 7453888b0188a2aeff06b8e9893118b889f8d828 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 12 Dec 2015 11:44:39 -0800 Subject: create website --- site/jekyll/_layouts/post.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 site/jekyll/_layouts/post.html (limited to 'site/jekyll/_layouts/post.html') diff --git a/site/jekyll/_layouts/post.html b/site/jekyll/_layouts/post.html new file mode 100644 index 0000000..4cae8bb --- /dev/null +++ b/site/jekyll/_layouts/post.html @@ -0,0 +1,4 @@ +{% capture content %} +{{ content }} +{% endcapture %} +{% include header.html %} \ No newline at end of file -- cgit v1.2.3