diff options
-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 |