From 8efa367388ffccd7ddbf24fa57cf30c3c9ec4cff Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Thu, 25 Oct 2012 14:38:36 +0100 Subject: brought in layouts; might as well use jekyll --- _layouts/cv.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _layouts/cv.html (limited to '_layouts') diff --git a/_layouts/cv.html b/_layouts/cv.html new file mode 100644 index 0000000..38e5e0f --- /dev/null +++ b/_layouts/cv.html @@ -0,0 +1,15 @@ + + + + + {% if page.title %} {{ page.title }} | {% endif %} CV + + + +
+
+ {{ content }} +
+
+ + \ No newline at end of file -- cgit v1.2.3