Skip to content

Commit

Permalink
Added a "fork me on github" ribbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 14, 2012
1 parent 3bf91f1 commit 745e3f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "cloud/layout.html" %}
{% block footer -%}
{{ super() }}
<a href="http://github.com/ralphbean/fedmsg">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://a248.e.akamai.net/camo.github.com/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub">
</a>
{%- endblock %}

0 comments on commit 745e3f5

Please sign in to comment.