We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf2788 commit ae5eb29Copy full SHA for ae5eb29
_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