Skip to content

Commit

Permalink
Add github "fork me" ribbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed May 7, 2011
1 parent 6320726 commit 214b663
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layout/skeleton/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@

{% block extra_css %}
{% endblock %}

{% endblock %}

{% block js %}

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>

{% block extra_js %}
{% endblock %}

{% endblock %}
{% include "skeleton/_analytics.html" %}
</head>

<body>

<div id="site">
<a href="http://github.com/cloudkick/cast"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
<div id="site">

{% include "skeleton/_header.html" %}

Expand All @@ -59,7 +59,7 @@
{% include "skeleton/_footer.html" %}

</div>

</body>

</html>
Expand Down

0 comments on commit 214b663

Please sign in to comment.