summaryrefslogtreecommitdiff
path: root/templates/github.html
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2022-12-11 09:55:21 +0100
committerRafael Laboissière <rafael@laboissiere.net>2022-12-11 09:55:21 +0100
commitf08e56433fb2c92a9172787adcb33edee347bc7b (patch)
treea22469e241b12306d1fc6c766bcd82ebb74b5c7b /templates/github.html
parent620ce27818a754dc9604d5a9344fa493cdf1241b (diff)
Update for new upstream version (revision 3891)upstream
Diffstat (limited to 'templates/github.html')
-rw-r--r--templates/github.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/github.html b/templates/github.html
new file mode 100644
index 0000000..ccc401f
--- /dev/null
+++ b/templates/github.html
@@ -0,0 +1,9 @@
+{% if GITHUB_URL %}
+<a href="{{ GITHUB_URL }}">
+{% if GITHUB_POSITION != "left" %}
+<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="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub" />
+{% endif %}
+</a>
+{% endif %}