diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-16 13:47:28 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-16 13:47:28 -0700 |
| commit | 8c5c38ec4854f3deec8b654013507ca34af3e305 (patch) | |
| tree | ec325550af39464d92d313212bda586453ee57f1 /_layouts/default.html | |
| parent | 32ac7ce7260cedc59487cc36196542380d8e363b (diff) | |
Add egit corruption guide
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index a722d2f..fc53b65 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,7 @@ --- sidebar_cats: - setup +- troubleshooting - repos - collaborating - mac @@ -16,7 +17,7 @@ sidebar_cats: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Help.GitHub</title> - <link href="http://github.com/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css" /> + <link href="http://github.com/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css" /> <link href="http://github.com/stylesheets/bundle_github.css" media="screen" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8"/> <link rel="stylesheet" href="/css/print.css" type="text/css" media="print"> |
