diff options
| author | Chris Wanstrath <chris@ozmm.org> | 2010-01-15 16:43:29 -0800 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2010-01-15 16:43:29 -0800 |
| commit | 05bb3db34b0986b506531b4481a0cf4ef1d9980e (patch) | |
| tree | a7fd29142150018bfd58f564cd934313c14c4de8 /_layouts/default.html | |
| parent | 924686c47354acae90addba63a62a45d6ac2d872 (diff) | |
tweak header
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 16bea57..0470051 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,9 +29,6 @@ sidebar_cats: </head> <body> - <a href="http://github.com/help/help.github.com"> - <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /> - </a> {% if page.main_category %} <script type="text/javascript">var main_category = "{{ page.main_category }}"</script> {% else %} @@ -47,10 +44,9 @@ sidebar_cats: <a href="/"><img src="/images/help.github.png" alt="github learn logo" /></a> </div> <div class="actions"> - <a href="http://github.com">home</a> - <a href="#" class="support_toggle">support</a> - <a href="http://github.com/login">login</a> - <a href="http://github.com/signup">signup!</a> + <a href="http://learn.github.com/">Git Learning Site</a> + <a href="#" class="support_toggle">Support</a> + <a href="http://github.com/">Back to GitHub</a> </div> </div> </div> @@ -115,4 +111,4 @@ sidebar_cats: document.write(unescape("%3Cscript src='" + baseSslHost + "github.tenderapp.com/tender_widget.js' type='text/javascript'%3E%3C/script%3E")); </script> </body> -</html>
\ No newline at end of file +</html> |
