aboutsummaryrefslogtreecommitdiffstats
path: root/syte/templates/github.html
blob: 87a6b10a8f325f5b0bd57d37bf87bf66234b93bf (plain)
1
2
3
4
5
{% 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 %}