diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2012-10-25 14:38:36 +0100 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2012-10-25 14:38:36 +0100 |
commit | 8efa367388ffccd7ddbf24fa57cf30c3c9ec4cff (patch) | |
tree | d40497267fd837cdb65531d0001b67b8e98a6659 /_layouts | |
parent | 7c62e971e0cb02c1bb185e5244ff3b7bbae56958 (diff) |
brought in layouts; might as well use jekyll
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/cv.html | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ +<!doctype html> +<html> +<head> + <meta charset=utf-8 /> + <title> {% if page.title %} {{ page.title }} | {% endif %} CV</title> + <link href="epcv.css" type="text/css" rel="stylesheet"> +</head> +<body> + <div id="main"> + <div id="content"> + {{ content }} + </div> + </div> +</body> +</html>
\ No newline at end of file |