Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
danpilch committed Nov 8, 2023
1 parent 7a80fd2 commit 0b757db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset=utf-8 />
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
<link href="media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
<link href="media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print">
<link href="{{ site.baseurl}}/media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
<link href="{{ site.baseurl}}/media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print">
</head>
<body>
<div id="main">
Expand All @@ -13,4 +13,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit 0b757db

Please sign in to comment.