diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-20 18:36:06 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-20 18:36:06 -0700 |
| commit | 707371b7cda5bb1f1329379a5ab4e06aa76ba823 (patch) | |
| tree | 8a07e56c261aa8d8f58f2f39d36046c3c91e153f /_layouts | |
| parent | 2c746c734692965e4cb91f213e5195039414cd7c (diff) | |
Add support toggle to the header
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index fc53b65..06c3136 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,6 +44,7 @@ sidebar_cats: </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> </div> |
