aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/templates/github.html
diff options
context:
space:
mode:
Diffstat (limited to 'cebong/templates/github.html')
-rw-r--r--cebong/templates/github.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cebong/templates/github.html b/cebong/templates/github.html
index 75592ac..ccc401f 100644
--- a/cebong/templates/github.html
+++ b/cebong/templates/github.html
@@ -1,9 +1,9 @@
{% if GITHUB_URL %}
<a href="{{ GITHUB_URL }}">
{% if GITHUB_POSITION != "left" %}
-<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
+<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
{% else %}
-<img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub" />
+<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub" />
{% endif %}
</a>
{% endif %}