We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd4058 commit 95ee728Copy full SHA for 95ee728
_layouts/default.html
@@ -3,8 +3,8 @@
3
<head>
4
<meta charset="utf-8"/>
5
<title> {% if page.title %} {{ page.title }} | {% endif %} Ruby Hacking Guide </title>
6
- <link rel="stylesheet" href="/css/styles.css" />
7
- <link rel="stylesheet" href="/css/highlight.css" />
+ <link rel="stylesheet" href="css/styles.css" />
+ <link rel="stylesheet" href="css/highlight.css" />
8
</head>
9
<body>
10
0 commit comments