Skip to content

Commit

Permalink
brought in layouts; might as well use jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
elipapa committed Oct 25, 2012
1 parent 7c62e97 commit 8efa367
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 8efa367

Please sign in to comment.