Skip to content

Commit

Permalink
Making the Github pages work in a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
hunvreus committed Dec 27, 2012
1 parent d1354b7 commit ad410d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- CSS -->
<link href="/css/normalize.css" rel="stylesheet" type="text/css">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<link href="./css/normalize.css" rel="stylesheet" type="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
{{ content }}
Expand Down

0 comments on commit ad410d0

Please sign in to comment.