Skip to content
Prev Previous commit
Next Next commit
make style links relative to work if not top level
  • Loading branch information
BuonOmo committed Apr 17, 2021
commit 95ee728564156a04770c92e36e9f0de0a15646a5
4 changes: 2 additions & 2 deletions _layouts/default.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 %} Ruby Hacking Guide </title>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/highlight.css" />
</head>
<body>

Expand Down