Files
pelican-themes/syte/templates/github.html
2012-10-20 02:52:02 +02:00

6 lines
245 B
HTML

{% if GITHUB_URL %}
<a href="{{ GITHUB_URL }}">
<img style="position: absolute; top: 0; left: 128px; border: 0; height: 119px;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
{% endif %}