diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-30 21:27:36 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-30 21:27:36 -0700 |
| commit | eb3a69201f587e221dc523369a41b6456890c0e5 (patch) | |
| tree | d6da74300e029b3f10925812e4d965364fd97a00 /_layouts | |
| parent | 5bc414553599e6d180b5551769c9f9eb879c44f8 (diff) | |
Add a forking ribbon
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 5108e1b..59ab294 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,6 +28,11 @@ sidebar_cats: </head> <body> + <div class="myribbon"> + <a href="http://github.com/help/help.github.com"> + <span>Fork me on GitHub</span> + </a> + </div> {% if page.main_category %} <script type="text/javascript">var main_category = "{{ page.main_category }}"</script> {% else %} |
