diff options
| author | Cameron McEfee <cameron@github.com> | 2011-06-06 18:43:16 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-06-06 18:43:16 -0700 |
| commit | 68b2217289711a4b78c0476b404b351afbbe655f (patch) | |
| tree | 7aa27243949667d1c12ee6518eb8063d83d11c97 /_layouts/default.html | |
| parent | 3f78d29f08fda99eda887aad14f99baf1c71636e (diff) | |
| parent | 7edd04eeaa188cf0e87dfc71b2278785dcdf7ed6 (diff) | |
Merge pull request #30 from github/reorder-nav
Reorder nav, reduce each post to one category, rename for usability
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c4ec733..f383ccb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,18 +1,15 @@ --- sidebar_cats: -- bootcamp +- beginner +- intermediate +- advanced - troubleshooting -- repos -- collaborating -- everyday_git -- git_ninjutsu -- deploying -- mac -- windows -- linux -- other +- third_party +- github_resources +- git_resources - site_policy --- + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> |
