Skip to content

WIP: Switch to markdown and fix code blocks #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
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
@@ -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>