diff --git a/themes/cwi/templates/github.html b/themes/cwi/templates/github.html new file mode 100644 index 0000000000000000000000000000000000000000..75592ac6b7bc827cb0001ec40cc3cd0520152c55 --- /dev/null +++ b/themes/cwi/templates/github.html @@ -0,0 +1,9 @@ +{% if GITHUB_URL %} + +{% if GITHUB_POSITION != "left" %} +Fork me on GitHub +{% else %} +Fork me on GitHub +{% endif %} + +{% endif %}