diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-27 08:25:04 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-27 08:25:04 -0700 |
| commit | 4e9c4c8ca65dd32a4616cc3711f8d24927341139 (patch) | |
| tree | 5828d24d0aedaff7371d9d855de6c0e766f6c40f /_layouts | |
| parent | e81e0d221e84e84a131aa59dc96d56f912a39784 (diff) | |
Adding new categories.
Diffstat (limited to '_layouts')
| -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 67a0c67..70a6455 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> |
