forked from github/pelican
Old URLs are no longer active. New ones were taken from GitHub blog: https://github.blog/2008-12-19-github-ribbons/ Also update output in functional tests.
9 lines
519 B
Django/Jinja
Vendored
9 lines
519 B
Django/Jinja
Vendored
{% if GITHUB_URL %}
|
|
<a href="{{ GITHUB_URL }}">
|
|
{% if GITHUB_POSITION != "left" %}
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
|
{% else %}
|
|
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_white_ffffff.png" alt="Fork me on GitHub" />
|
|
{% endif %}
|
|
</a>
|
|
{% endif %}
|